Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c145 static int compl_enter_selects = FALSE; variable
1507 compl_enter_selects = FALSE; in ins_compl_clear()
1558 return compl_enter_selects; in ins_compl_enter_selects()
1668 compl_enter_selects = !compl_used_match; in ins_compl_new_leader()
1675 compl_enter_selects = FALSE; in ins_compl_new_leader()
2096 if ((c == Ctrl_Y || (compl_enter_selects in ins_compl_prep()
2127 compl_enter_selects = FALSE; in ins_compl_prep()
2614 compl_enter_selects = compl_no_insert; in set_completion()
3653 compl_enter_selects = TRUE; in ins_compl_next()
3655 compl_enter_selects = !insert_match && compl_match_array != NULL; in ins_compl_next()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c171 static int compl_enter_selects = FALSE; variable
723 || (compl_enter_selects in insert_execute()
2656 compl_enter_selects = compl_no_insert; in set_completion()
3178 compl_enter_selects = false; in ins_compl_clear()
3418 compl_enter_selects = !compl_used_match; in ins_compl_new_leader()
3426 compl_enter_selects = FALSE; in ins_compl_new_leader()
3780 if ((c == Ctrl_Y || (compl_enter_selects in ins_compl_prep()
3813 compl_enter_selects = false; in ins_compl_prep()
4822 compl_enter_selects = TRUE; in ins_compl_next()
4824 compl_enter_selects = !insert_match && compl_match_array != NULL; in ins_compl_next()