Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2214 int compoptions = 0; // COMP_ flags in spell_read_aff() local
2526 compoptions |= COMP_CHECKDUP; in spell_read_aff()
2530 compoptions |= COMP_CHECKREP; in spell_read_aff()
2534 compoptions |= COMP_CHECKCASE; in spell_read_aff()
2538 compoptions |= COMP_CHECKTRIPLE; in spell_read_aff()
3056 if (compoptions != 0) in spell_read_aff()
3058 aff_check_number(spin->si_compoptions, compoptions, "COMPOUND options"); in spell_read_aff()
3059 spin->si_compoptions |= compoptions; in spell_read_aff()
/vim-8.2.3635/src/testdir/
H A Dtest_spellfile.vim331 " SN_COMPOUND: missing compoptions
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt3956 8 implement use of <compoptions> in .spl file: