mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-12 21:33:53 -05:00
Add ability to toggle signs on and off.
This commit is contained in:
@@ -28,10 +28,8 @@ function! highlight#define_signs()
|
||||
sign define GitGutterLineModifiedRemoved
|
||||
sign define GitGutterDummy
|
||||
|
||||
if g:gitgutter_signs
|
||||
call highlight#define_sign_symbols()
|
||||
call highlight#define_sign_text_highlights()
|
||||
endif
|
||||
call highlight#define_sign_symbols()
|
||||
call highlight#define_sign_text_highlights()
|
||||
call highlight#define_sign_line_highlights()
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user