Remove hard-coded git executable reference
This commit is contained in:
parent
39be3515c9
commit
6ebcc05312
@ -1030,7 +1030,7 @@ function! s:BufReadIndex()
|
||||
let dir = getcwd()
|
||||
try
|
||||
execute cd.' `=s:repo().tree()`'
|
||||
call s:ReplaceCmd('git status')
|
||||
call s:ReplaceCmd(s:repo().git_command('status'))
|
||||
finally
|
||||
execute cd.' `=dir`'
|
||||
endtry
|
||||
|
Loading…
Reference in New Issue
Block a user