Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c31 # define CTRL_X_FINISHED 8 macro
2028 ctrl_x_mode = CTRL_X_FINISHED; in ins_compl_prep()
2034 if (compl_started || ctrl_x_mode == CTRL_X_FINISHED) in ins_compl_prep()
2042 || ctrl_x_mode == CTRL_X_FINISHED) in ins_compl_prep()