]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.591 v7.4.591
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Jan 2015 21:41:56 +0000 (22:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jan 2015 21:41:56 +0000 (22:41 +0100)
Problem:    test_listlbr_utf8 fails when the conceal feature is not available.
Solution:   Check for the conceal feature. (Kazunobu Kuriyama)

src/testdir/test_listlbr_utf8.in
src/version.c

index b3d05dfaed06f7871580108943b204358887cb0c..bb6350ddec2d2b59b2ab2bfc3401418a44892e2b 100644 (file)
@@ -2,7 +2,7 @@ Test for linebreak and list option in utf-8 mode
 
 STARTTEST
 :so small.vim
-:if !exists("+linebreak") | e! test.ok | w! test.out | qa! | endif
+:if !exists("+linebreak") || !has("conceal") | e! test.ok | w! test.out | qa! | endif
 :so mbyte.vim
 :if &enc !=? 'utf-8'|:e! test.ok|:w! test.out|qa!|endif
 :10new|:vsp|:vert resize 20
index bef9b19a0056a2243541f1bba2f3dd886fbbf043..33f8a97271c96434924db63774ef388aebd1e371 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    591,
 /**/
     590,
 /**/