Skip to content

Commit 327f334

Browse files
committed
updated for version 7.4.375
Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka)
1 parent c4312a4 commit 327f334

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/testdir/test63.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ STARTTEST
66
:" --- Check that "matcharg()" returns the correct group and pattern if a match
77
:" --- is defined.
88
:let @r = "*** Test 1: "
9-
:highlight MyGroup1 ctermbg=red
10-
:highlight MyGroup2 ctermbg=green
11-
:highlight MyGroup3 ctermbg=blue
9+
:highlight MyGroup1 ctermbg=red guibg=red
10+
:highlight MyGroup2 ctermbg=green guibg=green
11+
:highlight MyGroup3 ctermbg=blue guibg=blue
1212
:match MyGroup1 /TODO/
1313
:2match MyGroup2 /FIXME/
1414
:3match MyGroup3 /XXX/

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
375,
737739
/**/
738740
374,
739741
/**/

0 commit comments

Comments
 (0)