1
0
forked from aniani/vim

patch 8.2.3985: error messages are spread out

Problem:    Error messages are spread out.
Solution:   Move more error messages to errors.h.
This commit is contained in:
Bram Moolenaar
2022-01-02 19:25:26 +00:00
parent 3d0da09bb2
commit ac78dd4a35
23 changed files with 285 additions and 104 deletions

View File

@@ -4954,7 +4954,7 @@ mch_call_shell(
# ifdef VIMDLL
if (gui.in_use)
# endif
emsg(_("E371: Command not found"));
emsg(_(e_command_not_found));
#endif
}