diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-13 21:20:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-13 21:20:47 +0000 |
commit | f75a963eea9a893bb60c0b8eb425b2161de4919f (patch) | |
tree | 60f6d73ec091dc053cdaf4a0c0dc2f5465ef3359 /src/spell.c | |
parent | 5e0d6678adf1dfff841acdd7f7424d565e63fbcc (diff) | |
download | vim-git-f75a963eea9a893bb60c0b8eb425b2161de4919f.tar.gz |
updated for version 7.0146
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c index c3c54b767..8f8c8929c 100644 --- a/src/spell.c +++ b/src/spell.c @@ -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; } |