Prevent clearing highlight definitions when colorscheme changed

This commit is contained in:
cohama
2013-04-07 20:01:47 +09:00
parent 5c23cadf57
commit 9b45af6701

View File

@@ -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
" }}}