[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
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

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