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.3 / 7.3.252 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.2 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.252
  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.3.252 (after 7.3.247)
  11. Problem:    Tests fail. (David Northfield)
  12. Solution:   Add missing update for .ok file.
  13. Files:      src/testdir/test81.ok
  14.  
  15.  
  16. *** ../vim-7.3.251/src/testdir/test81.ok    2011-06-26 05:36:07.000000000 +0200
  17. --- src/testdir/test81.ok    2011-07-15 13:14:27.000000000 +0200
  18. ***************
  19. *** 1,4 ****
  20. --- 1,6 ----
  21.   aaa two
  22. +     z
  23. + y
  24.   bbb y
  25.   ccc
  26.   ddd yee y
  27. *** ../vim-7.3.251/src/version.c    2011-07-15 17:51:30.000000000 +0200
  28. --- src/version.c    2011-07-15 17:55:25.000000000 +0200
  29. ***************
  30. *** 711,712 ****
  31. --- 711,714 ----
  32.   {   /* Add new patch number below this line */
  33. + /**/
  34. +     252,
  35.   /**/
  36.  
  37. -- 
  38. You cannot propel yourself forward by patting yourself on the back.
  39.  
  40.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  41. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  42. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  43.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  44.