mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-14 22:33:51 -05:00
Remove hard-coded git executable reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user