[fzf-tmux] Fix 'empty command' error on tmux 3.2

Fix #3474
pull/3483/head
Junegunn Choi 7 months ago
parent 7e89458a3b
commit de7ef7eace
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -162,7 +162,7 @@ cleanup() {
\rm -f $argsf $fifo1 $fifo2 $fifo3
# Restore tmux window options
if [[ "${#tmux_win_opts[@]}" -gt 0 ]]; then
if [[ "${#tmux_win_opts[@]}" -gt 1 ]]; then
eval "tmux ${tmux_win_opts[*]}"
fi

Loading…
Cancel
Save