Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspell.c104 char_u mi_compflags[MAXWLEN]; // flags for compound words used member
729 mip->mi_compflags[mip->mi_complen] = ((unsigned)flags >> 24); in find_word()
730 mip->mi_compflags[mip->mi_complen + 1] = NUL; in find_word()
744 if (!can_compound(slang, fword, mip->mi_compflags)) in find_word()
748 && !match_compoundrule(slang, mip->mi_compflags)) in find_word()