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.430 < prev    next >
Encoding:
Internet Message Format  |  2014-08-30  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.4.430
  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.430
  11. Problem:    test_listlbr fails when compiled with normal features.
  12. Solution:   Check for the +conceal feature.
  13. Files:        src/testdir/test_listlbr.in
  14.  
  15.  
  16. *** ../vim-7.4.429/src/testdir/test_listlbr.in    2014-08-29 12:08:39.686423658 +0200
  17. --- src/testdir/test_listlbr.in    2014-08-30 17:07:04.930651497 +0200
  18. ***************
  19. *** 2,8 ****
  20.   
  21.   STARTTEST
  22.   :so small.vim
  23. ! :if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
  24.   :10new|:vsp|:vert resize 20
  25.   :put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
  26.   :norm! zt
  27. --- 2,8 ----
  28.   
  29.   STARTTEST
  30.   :so small.vim
  31. ! :if !exists("+linebreak") || !exists("+conceal") | e! test.ok | w! test.out | qa! | endif
  32.   :10new|:vsp|:vert resize 20
  33.   :put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
  34.   :norm! zt
  35. *** ../vim-7.4.429/src/version.c    2014-08-30 13:32:03.406623315 +0200
  36. --- src/version.c    2014-08-30 17:08:01.758651621 +0200
  37. ***************
  38. *** 743,744 ****
  39. --- 743,746 ----
  40.   {   /* Add new patch number below this line */
  41. + /**/
  42. +     430,
  43.   /**/
  44.  
  45. -- 
  46. You can't have everything.  Where would you put it?
  47.         -- Steven Wright
  48.  
  49.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  50. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  51. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  52.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  53.