mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 21:03:53 -05:00
Dispatch BufReadPre
This commit is contained in:
@@ -2561,6 +2561,7 @@ function! s:ReplaceCmd(cmd,...) abort
|
|||||||
let $GIT_INDEX_FILE = old_index
|
let $GIT_INDEX_FILE = old_index
|
||||||
endif
|
endif
|
||||||
endtry
|
endtry
|
||||||
|
silent exe 'doau BufReadPre '.s:fnameescape(fn)
|
||||||
silent exe 'keepalt file '.tmp
|
silent exe 'keepalt file '.tmp
|
||||||
try
|
try
|
||||||
silent noautocmd edit!
|
silent noautocmd edit!
|
||||||
|
|||||||
Reference in New Issue
Block a user