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

/macosx-10.9.5/vim-53/src/
H A Dedit.c86 * "compl_shown_match" is different from compl_curr_match during
91 static compl_T *compl_shown_match = NULL; variable
750 && (compl_shown_match == NULL
751 || compl_shown_match != compl_shown_match->cp_next))
767 || (int)STRLEN(compl_shown_match->cp_str)
2773 * Also adjusts "compl_shown_match" to an entry that is actually displayed.
2822 if (compl_shown_match->cp_flags & ORIGINAL_TEXT)
2835 if (compl == compl_shown_match || did_find_shown_match)
2839 compl_shown_match
[all...]

Completed in 210 milliseconds