diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index ef5c8e6..915c83f 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -118,8 +118,8 @@ command! -bar GitGutterBufferDisable call gitgutter#buffer_disable() command! -bar GitGutterBufferEnable call gitgutter#buffer_enable() command! -bar GitGutterBufferToggle call gitgutter#buffer_toggle() -command! -bar GitGutterQuickFix call gitgutter#quickfix(v:false) -command! -bar GitGutterQuickFixCurrentFile call gitgutter#quickfix(v:true) +command! -bar GitGutterQuickFix call gitgutter#quickfix(0) +command! -bar GitGutterQuickFixCurrentFile call gitgutter#quickfix(1) " }}}