Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspellsuggest.pro4 void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
/vim-8.2.3635/src/
H A Dspell.c4337 spell_suggest_list(&ga, pat, 100, spell_expand_need_cap, TRUE); in expand_spelling()
H A Dspellsuggest.c708 spell_suggest_list( in spell_suggest_list() function
H A Devalfunc.c9398 spell_suggest_list(&ga, str, maxcount, need_capital, FALSE); in f_spellsuggest()