Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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()
3868 if ((compl_cont_status & CONT_INTRPT) == CONT_INTRPT in ins_complete()
3872 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
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dglobals.h173 #define CONT_INTRPT (2 + 4) // a ^X interrupted the current expansion macro
H A Dedit.c2037 compl_cont_status |= CONT_INTRPT; in ins_ctrl_x()
3677 if (!(compl_cont_status & CONT_INTRPT)) { in ins_compl_prep()
5044 if ((compl_cont_status & CONT_INTRPT) == CONT_INTRPT in ins_complete()
5049 compl_cont_status &= ~CONT_INTRPT; // remove INTRPT in ins_complete()