mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -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
|
/* This happens when the FileChangedRO autocommand changes the
|
||||||
* file in a way it becomes shorter. */
|
* file in a way it becomes shorter. */
|
||||||
EMSG(_("E834: Line count changed unexpectedly"));
|
EMSG(_("E881: Line count changed unexpectedly"));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
157,
|
||||||
/**/
|
/**/
|
||||||
156,
|
156,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user