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