Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c206 int this_upper = FALSE; // init for gcc in spell_check() local
211 this_upper = SPELL_ISUPPER(c); in spell_check()
219 prev_upper = this_upper; in spell_check()
221 this_upper = SPELL_ISUPPER(c); in spell_check()
222 camel_case = !prev_upper && this_upper; in spell_check()