superfluous tagbar highlighting
This commit is contained in:
parent
95d7ba9dfb
commit
5fca5160f3
|
@ -477,17 +477,6 @@ hi! def link TagbarAccessPrivate InterfaceH2
|
||||||
|
|
||||||
hi! TagbarHighlight ctermfg=255 guifg=#eeeeee ctermbg=240 guibg=#585858
|
hi! TagbarHighlight ctermfg=255 guifg=#eeeeee ctermbg=240 guibg=#585858
|
||||||
|
|
||||||
" NOTE for TagbarNormal to work it must be defined
|
|
||||||
" with the following line in the plugin
|
|
||||||
" file tagbar.vim:
|
|
||||||
"
|
|
||||||
" syntax match TagbarNormal '.*' contains=ALL
|
|
||||||
"
|
|
||||||
" This must go before all other syntax
|
|
||||||
" definitions in that file.
|
|
||||||
" TODO see if i can put this somewhere else - after dir?
|
|
||||||
|
|
||||||
hi! def link TagbarNormal InterfaceNormalBright
|
|
||||||
|
|
||||||
" #netrw highlighting
|
" #netrw highlighting
|
||||||
hi! def link netrwVersion InterfaceNormalBright
|
hi! def link netrwVersion InterfaceNormalBright
|
||||||
|
|
Loading…
Reference in New Issue