Skip to content
Snippets Groups Projects
Commit 2b3e7405 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[neovim] Fix error in finally block when callback failed

e.g. Opening another buffer when `set nohidden`

https://github.com/junegunn/fzf.vim/issues/77
parent 40d934e3
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,7 @@ function! s:execute_term(dict, command, temps)
endif
call s:pushd(self.dict)
let ret = []
try
let ret = s:callback(self.dict, self.temps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment