[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:
Junegunn Choi 2015-03-10 12:07:32 +09:00
parent 48e0c1e721
commit daa79a6df2

View File

@ -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)