Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dinsexpand.c1031 int did_find_shown_match = FALSE; in ins_compl_show_pum() local
1084 if (compl == compl_shown_match || did_find_shown_match) in ins_compl_show_pum()
1089 did_find_shown_match = TRUE; in ins_compl_show_pum()
1115 did_find_shown_match = TRUE; in ins_compl_show_pum()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dedit.c2748 bool did_find_shown_match = false; in ins_compl_show_pum() local
2808 if (compl == compl_shown_match || did_find_shown_match) { in ins_compl_show_pum()
2812 did_find_shown_match = true; in ins_compl_show_pum()
2839 did_find_shown_match = true; in ins_compl_show_pum()