mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4012: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last error messages to errors.h.
This commit is contained in:
@@ -464,7 +464,7 @@ u_savecommon(
|
||||
{
|
||||
// This happens when the FileChangedRO autocommand changes the
|
||||
// file in a way it becomes shorter.
|
||||
emsg(_("E881: Line count changed unexpectedly"));
|
||||
emsg(_(e_line_count_changed_unexpectedly));
|
||||
return FAIL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user