mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-02-09 07:29:11 +00:00
parent
42e4992f06
commit
7cef92fffe
@ -452,14 +452,14 @@ function! s:execute_term(dict, command, temps) abort
|
|||||||
execute self.ppos.win.'wincmd w'
|
execute self.ppos.win.'wincmd w'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if !s:exit_handler(a:code, self.command, 1)
|
|
||||||
return
|
|
||||||
endif
|
|
||||||
|
|
||||||
if bufexists(self.buf)
|
if bufexists(self.buf)
|
||||||
execute 'bd!' self.buf
|
execute 'bd!' self.buf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !s:exit_handler(a:code, self.command, 1)
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
call s:pushd(self.dict)
|
call s:pushd(self.dict)
|
||||||
let lines = s:collect(self.temps)
|
let lines = s:collect(self.temps)
|
||||||
call s:callback(self.dict, lines)
|
call s:callback(self.dict, lines)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user