Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c110 int mi_capflags; // WF_ONECAP WF_ALLCAP WF_KEEPCAP member
243 mi.mi_capflags = 0; in spell_check()
607 mip->mi_capflags = captype(mip->mi_word, mip->mi_cend); in find_word()
610 if (mip->mi_capflags == WF_KEEPCAP in find_word()
611 || !spell_valid_case(mip->mi_capflags, flags)) in find_word()