mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.375
Problem: Test 63 fails when run with GUI-only Vim. Solution: Add guibg attributes. (suggested by Mike Soyka) https://code.google.com/p/vim/source/detail?r=v7-4-375
This commit is contained in:
parent
5962daeb96
commit
e397c57d03
@ -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
|
||||
: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/
|
||||
|
@ -266,7 +266,7 @@ static int included_patches[] = {
|
||||
//378,
|
||||
377,
|
||||
376,
|
||||
//375,
|
||||
375,
|
||||
374,
|
||||
373,
|
||||
372,
|
||||
|
Loading…
Reference in New Issue
Block a user