MatchTagAlways icon indicating copy to clipboard operation
MatchTagAlways copied to clipboard

Custom highlight color doesn't work

Open pmalek opened this issue 11 years ago • 0 comments

I tried to set custom highlight color as stated in readme but is simply doesn't work (the default works ok). I use your plugin with Vundle.

My .vimrc :

Plugin 'Valloric/MatchTagAlways'
let g:mta_use_matchparen_group=0
let g:mta_set_default_matchtag_color=0
highlight MatchTag ctermfg=black ctermbg=lightgreen guifg=grey guibg=lightgreen

Effect:

screenshot from 2014-06-15 22 59 25

Default:

screenshot from 2014-06-15 23 00 07

pmalek avatar Jun 15 '14 21:06 pmalek