mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -3180,7 +3180,7 @@ ex_undojoin(exarg_T *eap UNUSED)
|
||||
return; // nothing changed before
|
||||
if (curbuf->b_u_curhead != NULL)
|
||||
{
|
||||
emsg(_("E790: undojoin is not allowed after undo"));
|
||||
emsg(_(e_undojoin_is_not_allowed_after_undo));
|
||||
return;
|
||||
}
|
||||
if (!curbuf->b_u_synced)
|
||||
|
Reference in New Issue
Block a user