Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2213 int compsylmax = 0; // COMPOUNDSYLMAX value in spell_read_aff() local
2517 && compsylmax == 0) in spell_read_aff()
2519 compsylmax = atoi((char *)items[1]); in spell_read_aff()
2520 if (compsylmax == 0) in spell_read_aff()
3048 if (compsylmax != 0) in spell_read_aff()
3052 aff_check_number(spin->si_compsylmax, compsylmax, "COMPOUNDSYLMAX"); in spell_read_aff()
3053 spin->si_compsylmax = compsylmax; in spell_read_aff()
/vim-8.2.3635/src/testdir/
H A Dtest_spellfile.vim328 " SN_COMPOUND: missing compsylmax and other options