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

/macosx-10.10.1/vim-55/src/
H A Dpopupmnu.c556 && vim_strchr(p_cot, 'p') != NULL)
H A Doption.h390 EXTERN char_u *p_cot; /* 'completeopt' */ variable
H A Dedit.c2731 if (vim_strchr(p_cot, 'm') == NULL)
2766 if (strstr((char *)p_cot, "menuone") != NULL)
3521 compl_get_longest = (vim_strchr(p_cot, 'l') != NULL);
H A Doption.c848 (char_u *)&p_cot, PV_NONE,
6677 else if (varp == &p_cot)
6679 if (check_opt_strings(p_cot, p_cot_values, TRUE) != OK)

Completed in 174 milliseconds