mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-16 02:07:06 +00:00
[vim] fzf#run with tmux panes can now return values to the caller
As they're made synchronous with the use of fzf-tmux script
This commit is contained in:
parent
48e0c1e721
commit
daa79a6df2
@ -202,7 +202,7 @@ function! s:execute_tmux(dict, command, temps)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
call system(command)
|
call system(command)
|
||||||
call s:callback(a:dict, a:temps)
|
return s:callback(a:dict, a:temps)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:callback(dict, temps)
|
function! s:callback(dict, temps)
|
||||||
|
Loading…
Reference in New Issue
Block a user