mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
[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
This commit is contained in:
parent
40d934e378
commit
2b3e740569
@ -344,6 +344,7 @@ function! s:execute_term(dict, command, temps)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
call s:pushd(self.dict)
|
call s:pushd(self.dict)
|
||||||
|
let ret = []
|
||||||
try
|
try
|
||||||
let ret = s:callback(self.dict, self.temps)
|
let ret = s:callback(self.dict, self.temps)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user