commit | 451c2e3536a3cb77d07faf3cb2b834512e174351 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 16:33:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 15 16:33:28 2020 +0200 |
tree | c2dbbf67dc33787ea4e1aaa64baec99b77346ea2 | |
parent | 53b29e4845857d76ca7df1ff2fd0e03c3eeb82e1 [diff] [blame] |
patch 8.2.1460: error messages are spread out Problem: Error messages are spread out. Solution: Move more messages into errors.h.
diff --git a/src/match.c b/src/match.c index 2bb98fe..0df7bfe 100644 --- a/src/match.c +++ b/src/match.c
@@ -1296,7 +1296,7 @@ id = eap->line2; else { - emsg(_(e_invcmd)); + emsg(_(e_invalid_command)); return; }