Searched refs:spell_suggest_list (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | spellsuggest.pro | 4 void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
|
| /vim-8.2.3635/src/ |
| H A D | spell.c | 4337 spell_suggest_list(&ga, pat, 100, spell_expand_need_cap, TRUE); in expand_spelling()
|
| H A D | spellsuggest.c | 708 spell_suggest_list( in spell_suggest_list() function
|
| H A D | evalfunc.c | 9398 spell_suggest_list(&ga, str, maxcount, need_capital, FALSE); in f_spellsuggest()
|