Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c156 static int compl_no_select = FALSE; // FALSE: select & insert variable
874 compl_no_select = FALSE; in completeopt_was_set()
876 compl_no_select = TRUE; in completeopt_was_set()
2605 if (compl_no_insert || compl_no_select) in set_completion()
2608 if (compl_no_select) in set_completion()
3554 if (!compl_no_select && advance) in ins_compl_next()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c181 static int compl_no_select = FALSE; /* FALSE: select & insert variable
2594 compl_no_select = false; in completeopt_was_set()
2596 compl_no_select = true; in completeopt_was_set()
2648 if (compl_no_insert || compl_no_select) { in set_completion()
2650 if (compl_no_select) { in set_completion()
4746 if (!compl_no_select && advance) { in ins_compl_next()