Add ability to toggle signs on and off.

This commit is contained in:
Andy Stewart
2014-01-16 11:32:41 +01:00
parent 7808f9f647
commit bb87232842
4 changed files with 78 additions and 25 deletions

View File

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