forked from aniani/vim
updated for version 7.0146
This commit is contained in:
@@ -7699,7 +7699,7 @@ spell_add_word(word, len, bad, index)
|
||||
|
||||
if (*curbuf->b_p_spf == NUL)
|
||||
{
|
||||
EMSG(_("E764: 'spellfile' is not set"));
|
||||
EMSG2(_(e_notset), "spellfile");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user