Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dinsexpand.c853 || compl_shown_match != compl_shown_match->cp_next; in ins_compl_has_shown_match()
1088 compl_shown_match = compl; in ins_compl_show_pum()
1113 if (compl == compl_shown_match) in ins_compl_show_pum()
1493 compl_shown_match = NULL; in ins_compl_free()
1608 if (compl_shown_match != NULL) in ins_compl_bs()
3363 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
3377 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
3403 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
3412 compl_shown_match = compl_shown_match->cp_prev; in ins_compl_next()
3446 compl_shown_match = compl_shown_match->cp_next; in ins_compl_next()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17651 Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)