1
0
forked from aniani/vim

updated for version 7.0146

This commit is contained in:
Bram Moolenaar
2005-09-13 21:20:47 +00:00
parent 5e0d6678ad
commit f75a963eea
31 changed files with 628 additions and 167 deletions

View File

@@ -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;
}