From 6eac4af7db54b2b736a2ede928b14456c0496711 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 26 Apr 2018 10:23:18 +0900 Subject: [PATCH] [vim] Ignore Vim:Interrupt when "Abort" selected on E325 Close #1268 --- plugin/fzf.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 7c31378..4659f85 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -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