0
0
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:
Bram Moolenaar
2014-01-23 18:12:49 +01:00
parent 4a36bcf0d8
commit b4d587cbd9
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
157,
/**/
156,
/**/