From: Bram Moolenaar Date: Wed, 23 Jul 2014 11:16:30 +0000 (+0200) Subject: updated for version 7.4.375 X-Git-Tag: v7.4.375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1fae80371a46aa5f74ea041d92255616d2721b7;p=vim updated for version 7.4.375 Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka) --- diff --git a/src/testdir/test63.in b/src/testdir/test63.in index 87f5ef6b5..5ec315ad7 100644 --- a/src/testdir/test63.in +++ b/src/testdir/test63.in @@ -6,9 +6,9 @@ STARTTEST :" --- Check that "matcharg()" returns the correct group and pattern if a match :" --- is defined. :let @r = "*** Test 1: " -:highlight MyGroup1 ctermbg=red -:highlight MyGroup2 ctermbg=green -:highlight MyGroup3 ctermbg=blue +:highlight MyGroup1 ctermbg=red guibg=red +:highlight MyGroup2 ctermbg=green guibg=green +:highlight MyGroup3 ctermbg=blue guibg=blue :match MyGroup1 /TODO/ :2match MyGroup2 /FIXME/ :3match MyGroup3 /XXX/ diff --git a/src/version.c b/src/version.c index 146b124ff..c93f108f4 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 375, /**/ 374, /**/