commit | eb822a280cf4706f7e67319ced1cdf3243b27e20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 15:09:27 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 31 15:09:27 2021 +0000 |
tree | 84bfa641e243c5a4399714979a4337c496c4da17 | |
parent | 9a015111a56d0011ced40d98f46a9841d1457b51 [diff] [blame] |
patch 8.2.3955: error messages are spread out Problem: Error messages are spread out. Solution: Move more errors to errors.h.
diff --git a/src/spellfile.c b/src/spellfile.c index 14ea7ab..03da272 100644 --- a/src/spellfile.c +++ b/src/spellfile.c
@@ -6240,7 +6240,7 @@ buf = NULL; if (buf != NULL && bufIsChanged(buf)) { - emsg(_(e_bufloaded)); + emsg(_(e_file_is_loaded_in_another_buffer)); vim_free(fnamebuf); return; }