mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
When using loclist, only add hunks for current file.
This commit is contained in:
@@ -118,7 +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()
|
||||
command! -bar GitGutterQuickFix call gitgutter#quickfix(v:false)
|
||||
command! -bar GitGutterQuickFixCurrentFile call gitgutter#quickfix(v:true)
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user