commit | eaaac014a01ce37c1f86dbda054c01a5c6f034e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 17:00:40 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 17:00:40 2022 +0000 |
tree | b775ac0b4332e8f73bc763ed1414f73639c187d6 | |
parent | 8bfa0eb863357c1013024233ebb2e95a0a848002 [diff] [blame] |
patch 8.2.3983: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 88a2c04..bea2846 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -4540,7 +4540,7 @@ { if (!eap->skip) eap->errmsg = - _("E319: Sorry, the command is not available in this version"); + _(e_sorry_command_is_not_available_in_this_version); } #ifdef HAVE_EX_SCRIPT_NI