Skip to content
Snippets Groups Projects
Commit daa79a6d authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[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
parent 48e0c1e7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment