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()
|
let dir = getcwd()
|
||||||
try
|
try
|
||||||
execute cd.' `=s:repo().tree()`'
|
execute cd.' `=s:repo().tree()`'
|
||||||
call s:ReplaceCmd('git status')
|
call s:ReplaceCmd(s:repo().git_command('status'))
|
||||||
finally
|
finally
|
||||||
execute cd.' `=dir`'
|
execute cd.' `=dir`'
|
||||||
endtry
|
endtry
|
||||||
|
Loading…
Reference in New Issue
Block a user