Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1030 compl_T *shown_compl = NULL; in ins_compl_show_pum() local
1095 shown_compl = compl; in ins_compl_show_pum()
1122 if (!shown_match_ok && shown_compl != NULL) in ins_compl_show_pum()
1126 compl_shown_match = shown_compl; in ins_compl_show_pum()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2747 compl_T *shown_compl = NULL; in ins_compl_show_pum() local
2817 shown_compl = compl; in ins_compl_show_pum()
2847 if (!shown_match_ok && shown_compl != NULL) { in ins_compl_show_pum()
2850 compl_shown_match = shown_compl; in ins_compl_show_pum()