We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad6ace commit ca0f292Copy full SHA for ca0f292
plugin/gitgutter.vim
@@ -118,8 +118,8 @@ command! -bar GitGutterBufferDisable call gitgutter#buffer_disable()
118
command! -bar GitGutterBufferEnable call gitgutter#buffer_enable()
119
command! -bar GitGutterBufferToggle call gitgutter#buffer_toggle()
120
121
-command! -bar GitGutterQuickFix call gitgutter#quickfix(v:false)
122
-command! -bar GitGutterQuickFixCurrentFile call gitgutter#quickfix(v:true)
+command! -bar GitGutterQuickFix call gitgutter#quickfix(0)
+command! -bar GitGutterQuickFixCurrentFile call gitgutter#quickfix(1)
123
124
" }}}
125
0 commit comments