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