Dispatch BufReadPre

This commit is contained in:
Tim Pope 2018-05-22 22:02:13 -04:00
parent 33b7c1a5b7
commit 614e20bb65

View File

@ -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!