Skip to content

Commit

Permalink
Fix bug for GitGutterEnable.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Mar 15, 2013
1 parent d40fd44 commit 04be163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gitgutter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ command GitGutterDisable call GitGutterDisable()

function! GitGutterEnable()
let g:gitgutter_enabled = 1
call GitGutter()
call GitGutter(s:current_file())
endfunction
command GitGutterEnable call GitGutterEnable()

Expand Down

0 comments on commit 04be163

Please sign in to comment.