home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.4 / 7.4.157 < prev    next >
Encoding:
Internet Message Format  |  2014-01-22  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.157
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.4.157
  11. Problem:    Error number used twice. (Yukihiro Nakadaira)
  12. Solution:   Change the one not referred in the docs.
  13. Files:        src/undo.c
  14.  
  15.  
  16. *** ../vim-7.4.156/src/undo.c    2013-11-07 03:04:06.000000000 +0100
  17. --- src/undo.c    2014-01-23 18:07:33.395668196 +0100
  18. ***************
  19. *** 409,415 ****
  20.       {
  21.           /* This happens when the FileChangedRO autocommand changes the
  22.            * file in a way it becomes shorter. */
  23. !         EMSG(_("E834: Line count changed unexpectedly"));
  24.           return FAIL;
  25.       }
  26.   #endif
  27. --- 409,415 ----
  28.       {
  29.           /* This happens when the FileChangedRO autocommand changes the
  30.            * file in a way it becomes shorter. */
  31. !         EMSG(_("E881: Line count changed unexpectedly"));
  32.           return FAIL;
  33.       }
  34.   #endif
  35. *** ../vim-7.4.156/src/version.c    2014-01-23 14:26:18.815303381 +0100
  36. --- src/version.c    2014-01-23 18:10:47.551673532 +0100
  37. ***************
  38. *** 740,741 ****
  39. --- 740,743 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     157,
  43.   /**/
  44.  
  45.  
  46. -- 
  47. hundred-and-one symptoms of being an internet addict:
  48. 201. When somebody asks you where you are, you tell them in which chat room.
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  53.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  54.