073263
To: vim_dev@googlegroups.com
073263
Subject: Patch 7.4.430
073263
Fcc: outbox
073263
From: Bram Moolenaar <Bram@moolenaar.net>
073263
Mime-Version: 1.0
073263
Content-Type: text/plain; charset=UTF-8
073263
Content-Transfer-Encoding: 8bit
073263
------------
073263
073263
Patch 7.4.430
073263
Problem:    test_listlbr fails when compiled with normal features.
073263
Solution:   Check for the +conceal feature.
073263
Files:	    src/testdir/test_listlbr.in
073263
073263
073263
*** ../vim-7.4.429/src/testdir/test_listlbr.in	2014-08-29 12:08:39.686423658 +0200
073263
--- src/testdir/test_listlbr.in	2014-08-30 17:07:04.930651497 +0200
073263
***************
073263
*** 2,8 ****
073263
  
073263
  STARTTEST
073263
  :so small.vim
073263
! :if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
073263
  :10new|:vsp|:vert resize 20
073263
  :put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
073263
  :norm! zt
073263
--- 2,8 ----
073263
  
073263
  STARTTEST
073263
  :so small.vim
073263
! :if !exists("+linebreak") || !exists("+conceal") | e! test.ok | w! test.out | qa! | endif
073263
  :10new|:vsp|:vert resize 20
073263
  :put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
073263
  :norm! zt
073263
*** ../vim-7.4.429/src/version.c	2014-08-30 13:32:03.406623315 +0200
073263
--- src/version.c	2014-08-30 17:08:01.758651621 +0200
073263
***************
073263
*** 743,744 ****
073263
--- 743,746 ----
073263
  {   /* Add new patch number below this line */
073263
+ /**/
073263
+     430,
073263
  /**/
073263
073263
-- 
073263
You can't have everything.  Where would you put it?
073263
		-- Steven Wright
073263
073263
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
073263
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
073263
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
073263
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///