mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.4.157
Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs.
This commit is contained in:
@@ -409,7 +409,7 @@ u_savecommon(top, bot, newbot, reload)
|
||||
{
|
||||
/* This happens when the FileChangedRO autocommand changes the
|
||||
* file in a way it becomes shorter. */
|
||||
EMSG(_("E834: Line count changed unexpectedly"));
|
||||
EMSG(_("E881: Line count changed unexpectedly"));
|
||||
return FAIL;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user