Update tmux-repl.kak

This commit is contained in:
Hao Deng 2018-05-31 09:37:50 -04:00 committed by GitHub
parent aeddf067d0
commit 57b71f0750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,7 @@ define-command -hidden tmux-send-text -params 0..1 -docstring "tmux-send-text [t
if [ $# -eq 0 ]; then
tmux set-buffer -b kak_selection "${kak_selection}"
else
tmux set-buffer -b kak_selection "$1
"
tmux set-buffer -b kak_selection "$1"
fi
kak_orig_window=$(tmux display-message -p '#I')
kak_orig_pane=$(tmux display-message -p '#P')