mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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:
@@ -324,7 +324,7 @@ undo_allowed(void)
|
||||
// In the sandbox it's not allowed to change the text.
|
||||
if (sandbox != 0)
|
||||
{
|
||||
emsg(_(e_sandbox));
|
||||
emsg(_(e_not_allowed_in_sandbox));
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user