0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.3830: 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
2021-12-16 20:56:57 +00:00
parent 94c785d235
commit e124204c4f
19 changed files with 137 additions and 74 deletions

View File

@@ -577,7 +577,7 @@ ui_suspend(void)
suspend_shell(void)
{
if (*p_sh == NUL)
emsg(_(e_shellempty));
emsg(_(e_shell_option_is_empty));
else
{
msg_puts(_("new shell started\n"));