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