We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4312a4 commit 327f334Copy full SHA for 327f334
2 files changed
src/testdir/test63.in
@@ -6,9 +6,9 @@ STARTTEST
6
:" --- Check that "matcharg()" returns the correct group and pattern if a match
7
:" --- is defined.
8
:let @r = "*** Test 1: "
9
-:highlight MyGroup1 ctermbg=red
10
-:highlight MyGroup2 ctermbg=green
11
-:highlight MyGroup3 ctermbg=blue
+:highlight MyGroup1 ctermbg=red guibg=red
+:highlight MyGroup2 ctermbg=green guibg=green
+:highlight MyGroup3 ctermbg=blue guibg=blue
12
:match MyGroup1 /TODO/
13
:2match MyGroup2 /FIXME/
14
:3match MyGroup3 /XXX/
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 375,
739
/**/
740
374,
741
0 commit comments