mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.3977: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -935,7 +935,7 @@ ex_terminal(exarg_T *eap)
|
||||
vim_snprintf((char *)newcmd, cmdlen, "%s %s %s", p_sh, p_shcf, cmd);
|
||||
cmd = newcmd;
|
||||
# else
|
||||
emsg(_("E279: Sorry, ++shell is not supported on this system"));
|
||||
emsg(_(e_sorry_plusplusshell_not_supported_on_this_system));
|
||||
goto theend;
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user