Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dspell.pro47 char *did_set_spell_option(int is_spellfile);
/vim-8.2.3635/src/
H A Doptionstr.c1755 int is_spellfile = varp == &(curwin->w_s->b_p_spf); in did_set_string_option() local
1757 if ((is_spellfile && !valid_spellfile(*varp)) in did_set_string_option()
1758 || (!is_spellfile && !valid_spelllang(*varp))) in did_set_string_option()
1761 errmsg = did_set_spell_option(is_spellfile); in did_set_string_option()
H A Dspell.c4370 did_set_spell_option(int is_spellfile) in did_set_spell_option() argument
4376 if (is_spellfile) in did_set_spell_option()