]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.430 v7.4.430
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Aug 2014 16:10:18 +0000 (18:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Aug 2014 16:10:18 +0000 (18:10 +0200)
Problem:    test_listlbr fails when compiled with normal features.
Solution:   Check for the +conceal feature.

src/testdir/test_listlbr.in
src/version.c

index 2f28126554357a8a56c98f75466e734fe2945b48..f155f85a4b107c603f2c5162086e5f3f7389c060 100644 (file)
@@ -2,7 +2,7 @@ Test for linebreak and list option (non-utf8)
 
 STARTTEST
 :so small.vim
-:if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
+:if !exists("+linebreak") || !exists("+conceal") | e! test.ok | w! test.out | qa! | endif
 :10new|:vsp|:vert resize 20
 :put =\"\tabcdef hijklmn\tpqrstuvwxyz_1060ABCDEFGHIJKLMNOP \"
 :norm! zt
index 8f354992419cfae947f845b9c86dc5ced5ecbc24..b81d54781b53151f9dc2c432ac66fe0e3d3a45e1 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    430,
 /**/
     429,
 /**/