Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c169 int wrongcaplen = 0; in spell_check() local
232 wrongcaplen = (int)(mi.mi_fend - ptr); in spell_check()
380 if (wrongcaplen > 0 && (mi.mi_result == SP_OK || mi.mi_result == SP_RARE)) in spell_check()
384 return wrongcaplen; in spell_check()