mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 13:53:51 -05:00
Fix history browsing on csh and Windows
This commit is contained in:
@@ -1619,7 +1619,7 @@ function! s:ReplaceCmd(cmd,...) abort
|
||||
let prefix = 'env GIT_INDEX_FILE='.s:shellesc(a:1).' '
|
||||
endif
|
||||
endif
|
||||
call system(prefix.a:cmd.' > '.tmp)
|
||||
call writefile(split(system(prefix.a:cmd), "\n", 1), tmp)
|
||||
finally
|
||||
if exists('old_index')
|
||||
let $GIT_INDEX_FILE = old_index
|
||||
|
||||
Reference in New Issue
Block a user