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:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user