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:
@@ -1256,7 +1256,7 @@ mch_call_shell(
|
||||
if (close_win)
|
||||
{
|
||||
// if Vim opened a window: Executing a shell may cause crashes
|
||||
emsg(_("E360: Cannot execute shell with -f option"));
|
||||
emsg(_(e_cannot_execute_shell_with_f_option));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user