mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -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:
@@ -1780,7 +1780,7 @@ call_shell(char_u *cmd, int opt)
|
||||
|
||||
if (*p_sh == NUL)
|
||||
{
|
||||
emsg(_(e_shellempty));
|
||||
emsg(_(e_shell_option_is_empty));
|
||||
retval = -1;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user