Blame SOURCES/7.4.157

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.157
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.157
22c937
Problem:    Error number used twice. (Yukihiro Nakadaira)
22c937
Solution:   Change the one not referred in the docs.
22c937
Files:	    src/undo.c
22c937
22c937
22c937
*** ../vim-7.4.156/src/undo.c	2013-11-07 03:04:06.000000000 +0100
22c937
--- src/undo.c	2014-01-23 18:07:33.395668196 +0100
22c937
***************
22c937
*** 409,415 ****
22c937
  	{
22c937
  	    /* This happens when the FileChangedRO autocommand changes the
22c937
  	     * file in a way it becomes shorter. */
22c937
! 	    EMSG(_("E834: Line count changed unexpectedly"));
22c937
  	    return FAIL;
22c937
  	}
22c937
  #endif
22c937
--- 409,415 ----
22c937
  	{
22c937
  	    /* This happens when the FileChangedRO autocommand changes the
22c937
  	     * file in a way it becomes shorter. */
22c937
! 	    EMSG(_("E881: Line count changed unexpectedly"));
22c937
  	    return FAIL;
22c937
  	}
22c937
  #endif
22c937
*** ../vim-7.4.156/src/version.c	2014-01-23 14:26:18.815303381 +0100
22c937
--- src/version.c	2014-01-23 18:10:47.551673532 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     157,
22c937
  /**/
22c937
22c937
22c937
-- 
22c937
hundred-and-one symptoms of being an internet addict:
22c937
201. When somebody asks you where you are, you tell them in which chat room.
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///