commit | d8e44476d84b5f0cc8c4de080a47a3a9af547028 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:20:33 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 22:20:33 2021 +0200 |
tree | c45296f474fb015dc94cedc81238377efc8e55b0 | |
parent | 05bd9785fd0fd0102ab64554307bff0ec0ae34c1 [diff] [blame] |
patch 8.2.3197: error messages are spread out Problem: Error messages are spread out. Solution: Move a few more error messages to errors.h.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 513306b..d9ec4a4 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -3596,7 +3596,7 @@ */ if (sandbox != 0) { - emsg(_(e_sandbox)); + emsg(_(e_not_allowed_in_sandbox)); return TRUE; } #endif