Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c4315 static int spell_expand_need_cap; variable
4320 spell_expand_need_cap = check_need_cap(curwin->w_cursor.lnum, col); in spell_expand_check_cap()
4337 spell_suggest_list(&ga, pat, 100, spell_expand_need_cap, TRUE); in expand_spelling()