]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.157 v7.4.157
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2014 17:12:49 +0000 (18:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jan 2014 17:12:49 +0000 (18:12 +0100)
Problem:    Error number used twice. (Yukihiro Nakadaira)
Solution:   Change the one not referred in the docs.

src/undo.c
src/version.c

index c16f2afa7559a9548c0e2b902839ef5d1ee449a3..9e72d1f74d1630c70788771aa730d54b41e414f5 100644 (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
index f916026fe99972453e80ac9f4eecdcc930424162..b80bacdbabe127b5c5dd9c75008b90c9b2951b90 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    157,
 /**/
     156,
 /**/