Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2215 int compmax = 0; // COMPOUNDWORDMAX value in spell_read_aff() local
2501 && compmax == 0) in spell_read_aff()
2503 compmax = atoi((char *)items[1]); in spell_read_aff()
2504 if (compmax == 0) in spell_read_aff()
3036 if (compmax != 0) in spell_read_aff()
3038 aff_check_number(spin->si_compmax, compmax, "COMPOUNDWORDMAX"); in spell_read_aff()
3039 spin->si_compmax = compmax; in spell_read_aff()
/vim-8.2.3635/src/testdir/
H A Dtest_spellfile.vim325 " SN_COMPOUND: compmax is less than 2