Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c1032 int shown_match_ok = FALSE; in ins_compl_show_pum() local
1072 shown_match_ok = TRUE; in ins_compl_show_pum()
1082 if (!shown_match_ok) in ins_compl_show_pum()
1090 shown_match_ok = TRUE; in ins_compl_show_pum()
1120 shown_match_ok = TRUE; in ins_compl_show_pum()
1122 if (!shown_match_ok && shown_compl != NULL) in ins_compl_show_pum()
1127 shown_match_ok = TRUE; in ins_compl_show_pum()
1133 if (!shown_match_ok) // no displayed match at all in ins_compl_show_pum()