Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c232 if (compl_cont_status & CONT_N_ADDS) in ins_ctrl_x()
3787 compl_cont_status |= CONT_ADDING | CONT_N_ADDS; in ins_complete()
3792 compl_cont_status = CONT_ADDING | CONT_N_ADDS; in ins_complete()
3805 compl_cont_status |= CONT_N_ADDS; in ins_complete()
4168 compl_cont_status &= ~CONT_N_ADDS; in ins_complete()
H A Dglobals.h175 # define CONT_N_ADDS 4 // next ^X<> will add-new or expand-current macro