mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Prevent clearing highlight definitions when colorscheme changed
This commit is contained in:
@@ -528,6 +528,7 @@ augroup gitgutter
|
||||
endif
|
||||
autocmd TabEnter * call GitGutterAll()
|
||||
endif
|
||||
autocmd ColorScheme * call s:define_sign_column_highlight() | call s:define_highlights()
|
||||
augroup END
|
||||
|
||||
" }}}
|
||||
|
||||
Reference in New Issue
Block a user