Home
last modified time | relevance | path

Searched refs:CONT_INTRPT (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dinsexpand.c233 compl_cont_status |= CONT_INTRPT; in ins_ctrl_x()
1991 if (!(compl_cont_status & CONT_INTRPT)) in ins_compl_prep()
3743 if ((compl_cont_status & CONT_INTRPT) == CONT_INTRPT in ins_complete()
3747 compl_cont_status &= ~CONT_INTRPT; // remove INTRPT in ins_complete()
H A Dglobals.h173 # define CONT_INTRPT (2 + 4) // a ^X interrupted the current expansion macro