When using loclist, only add hunks for current file.

This commit is contained in:
caojoshua
2021-07-04 00:18:40 -07:00
committed by Andy Stewart
parent 0f98634b92
commit aad6acea5d
3 changed files with 11 additions and 2 deletions

View File

@@ -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)
" }}}