summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2018-04-26 10:23:18 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-04-26 10:23:18 +0900
commit6eac4af7db54b2b736a2ede928b14456c0496711 (patch)
tree57676a9fabb2ee2002b1c0c0103fca9645a1d9ed /plugin
parent89de1340af8fa1bf767d4dfbc8696700d58d95d2 (diff)
[vim] Ignore Vim:Interrupt when "Abort" selected on E325
Close #1268
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 7c313787..4659f85b 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