Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c170 static int compl_restarting = FALSE; // don't insert match variable
1662 compl_restarting = TRUE; in ins_compl_new_leader()
1665 compl_restarting = FALSE; in ins_compl_new_leader()
3382 && (!(compl_get_longest || compl_restarting) || compl_used_match)) in ins_compl_next()
3391 if (compl_restarting) in ins_compl_next()
3394 compl_restarting = FALSE; in ins_compl_next()