diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 065701c..0cce53a 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -471,7 +471,7 @@ function! s:execute_term(dict, command, temps) abort endif endif endfunction - function! fzf.on_exit(id, code) + function! fzf.on_exit(id, code, _event) if s:getpos() == self.ppos " {'window': 'enew'} for [opt, val] in items(self.winopts) execute 'let' opt '=' val