File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change @@ -734,6 +734,8 @@ static char *(features[]) =
734734
735735static int included_patches [] =
736736{ /* Add new patch number below this line */
737+ /**/
738+ 375 ,
737739/**/
738740 374 ,
739741/**/
You can’t perform that action at this time.
0 commit comments