Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c3768 if (compl_cont_status & CONT_S_IPOS) in ins_complete()
4172 compl_cont_status |= CONT_S_IPOS; in ins_complete()
4174 compl_cont_status &= ~CONT_S_IPOS; in ins_complete()
4183 else if (compl_cont_status & CONT_S_IPOS) in ins_complete()
H A Dglobals.h176 # define CONT_S_IPOS 8 // next ^X<> will set initial_pos? macro