]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.536 v7.4.536
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Nov 2014 17:57:11 +0000 (18:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Nov 2014 17:57:11 +0000 (18:57 +0100)
Problem:    Test 63 fails when using a black&white terminal.
Solution:   Add attributes for a non-color terminal. (Christian Brabandt)

src/testdir/test63.in
src/version.c

index a161d6745ca661e274979f2b6e33b62329c26aee..1f073a78a61865e4b9e75203aee39a964258b077 100644 (file)
@@ -7,9 +7,9 @@ STARTTEST
 :" --- Check that "matcharg()" returns the correct group and pattern if a match
 :" --- is defined.
 :let @r = "*** Test 1: "
-:highlight MyGroup1 ctermbg=red guibg=red
-:highlight MyGroup2 ctermbg=green guibg=green
-:highlight MyGroup3 ctermbg=blue guibg=blue
+:highlight MyGroup1 term=bold ctermbg=red guibg=red
+:highlight MyGroup2 term=italic ctermbg=green guibg=green
+:highlight MyGroup3 term=underline ctermbg=blue guibg=blue
 :match MyGroup1 /TODO/
 :2match MyGroup2 /FIXME/
 :3match MyGroup3 /XXX/
index 6ce2f04fb3f3d4539d8ce1383e6bfdf904a64406..5915f95eb88237db172bcf1483935433c134ac00 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    536,
 /**/
     535,
 /**/