mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 04:45:14 +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
|
||||
|
||||
call system(command)
|
||||
call s:callback(a:dict, a:temps)
|
||||
return s:callback(a:dict, a:temps)
|
||||
endfunction
|
||||
|
||||
function! s:callback(dict, temps)
|
||||
|
Loading…
Reference in New Issue
Block a user