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:
@@ -165,7 +165,7 @@ edit(
|
||||
// Don't allow inserting in the sandbox.
|
||||
if (sandbox != 0)
|
||||
{
|
||||
emsg(_(e_sandbox));
|
||||
emsg(_(e_not_allowed_in_sandbox));
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user