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