From 5fca5160f37465c2a7844ab8448a39d3e1d823ac Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 22 Feb 2018 18:20:36 +0000 Subject: [PATCH] superfluous tagbar highlighting --- vim/colors/customred256.vim | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/vim/colors/customred256.vim b/vim/colors/customred256.vim index 7999af7..65e333c 100644 --- a/vim/colors/customred256.vim +++ b/vim/colors/customred256.vim @@ -477,17 +477,6 @@ hi! def link TagbarAccessPrivate InterfaceH2 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 hi! def link netrwVersion InterfaceNormalBright