Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c9347 int need_capital = FALSE; in f_spellsuggest() local
9390 need_capital = (int)tv_get_bool_chk(&argvars[2], &typeerr); in f_spellsuggest()
9398 spell_suggest_list(&ga, str, maxcount, need_capital, FALSE); in f_spellsuggest()