vim-patch:7.4.536

Problem:    Test 63 fails when using a black&white terminal.
Solution:   Add attributes for a non-color terminal. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=v7-4-536
This commit is contained in:
Florian Walch
2014-12-24 14:29:03 +01:00
parent 0439e808cb
commit 476a2c0a83
2 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,9 @@ STARTTEST
:" --- Check that "matcharg()" returns the correct group and pattern if a match :" --- Check that "matcharg()" returns the correct group and pattern if a match
:" --- is defined. :" --- is defined.
:let @r = "*** Test 1: " :let @r = "*** Test 1: "
:highlight MyGroup1 ctermbg=red guibg=red :highlight MyGroup1 term=bold ctermbg=red guibg=red
:highlight MyGroup2 ctermbg=green guibg=green :highlight MyGroup2 term=italic ctermbg=green guibg=green
:highlight MyGroup3 ctermbg=blue guibg=blue :highlight MyGroup3 term=underline ctermbg=blue guibg=blue
:match MyGroup1 /TODO/ :match MyGroup1 /TODO/
:2match MyGroup2 /FIXME/ :2match MyGroup2 /FIXME/
:3match MyGroup3 /XXX/ :3match MyGroup3 /XXX/

View File

@@ -202,7 +202,7 @@ static int included_patches[] = {
//539, //539,
//538, //538,
//537, //537,
//536, 536,
//535, //535,
//534 NA //534 NA
//533, //533,