diff src/undo.c @ 5621:be61f315eafe v7.4.157

updated for version 7.4.157 Problem: Error number used twice. (Yukihiro Nakadaira) Solution: Change the one not referred in the docs.
author Bram Moolenaar <bram@vim.org>
date Thu, 23 Jan 2014 18:12:49 +0100
parents 9818311eeca0
children 47a673b20e49
line wrap: on
line diff
--- a/src/undo.c
+++ b/src/undo.c
@@ -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