forked from aniani/vim
patch 8.2.3197: error messages are spread out
Problem: Error messages are spread out. Solution: Move a few more error messages to errors.h.
This commit is contained in:
@@ -2112,7 +2112,7 @@ do_one_cmd(
|
||||
if (sandbox != 0 && !(ea.argt & EX_SBOXOK))
|
||||
{
|
||||
// Command not allowed in sandbox.
|
||||
errormsg = _(e_sandbox);
|
||||
errormsg = _(e_not_allowed_in_sandbox);
|
||||
goto doend;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user