m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

[vim] Ignore Vim:Interrupt when "Abort" selected on E325

Close #1268
This commit is contained in:
Junegunn Choi
2018-04-26 10:23:18 +09:00
parent 89de1340af
commit 6eac4af7db

View File

@@ -231,6 +231,7 @@ function! s:common_sink(action, lines) abort
doautocmd BufEnter doautocmd BufEnter
endif endif
endfor endfor
catch /^Vim:Interrupt$/
finally finally
let &autochdir = autochdir let &autochdir = autochdir
silent! autocmd! fzf_swap silent! autocmd! fzf_swap