mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
Remove duplicate args in GitGutterQuickFix
This commit is contained in:
@@ -181,7 +181,7 @@ endfunction
|
|||||||
" - it does not change to the repo root
|
" - it does not change to the repo root
|
||||||
function! gitgutter#quickfix()
|
function! gitgutter#quickfix()
|
||||||
let locations = []
|
let locations = []
|
||||||
let cmd = g:gitgutter_git_executable.' '.g:gitgutter_git_args.' --no-pager '.g:gitgutter_git_args.
|
let cmd = g:gitgutter_git_executable.' '.g:gitgutter_git_args.' --no-pager'.
|
||||||
\ ' diff --no-ext-diff --no-color -U0 '.g:gitgutter_diff_args. ' '. g:gitgutter_diff_base
|
\ ' diff --no-ext-diff --no-color -U0 '.g:gitgutter_diff_args. ' '. g:gitgutter_diff_base
|
||||||
let diff = systemlist(cmd)
|
let diff = systemlist(cmd)
|
||||||
let lnum = 0
|
let lnum = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user