Skip to content

Commit

Permalink
Prevent clearing highlight definitions when colorscheme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cohama committed Apr 7, 2013
1 parent 5c23cad commit 9b45af6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

" }}}
Expand Down

0 comments on commit 9b45af6

Please sign in to comment.