mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 13:23:52 -05:00
@@ -1621,7 +1621,7 @@ function! s:ReplaceCmd(cmd,...) abort
|
||||
endif
|
||||
endif
|
||||
set noautowrite
|
||||
silent exe '!'.escape(prefix.a:cmd,'%#').' > '.tmp
|
||||
call system(prefix.a:cmd.' > '.tmp)
|
||||
finally
|
||||
let &autowrite = aw
|
||||
if exists('old_index')
|
||||
|
||||
Reference in New Issue
Block a user