Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/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()
3507 && (!(compl_get_longest || compl_restarting) || compl_used_match)) in ins_compl_next()
3516 if (compl_restarting) in ins_compl_next()
3519 compl_restarting = FALSE; in ins_compl_next()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c191 static bool compl_restarting = false; // don't insert match variable
3411 compl_restarting = true; in ins_compl_new_leader()
3415 compl_restarting = false; in ins_compl_new_leader()
4706 && (!(compl_get_longest || compl_restarting) || compl_used_match)) { in ins_compl_next()
4716 if (compl_restarting) { in ins_compl_next()
4718 compl_restarting = false; in ins_compl_next()