mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 20:48:48 +00:00
Clean out comments
This commit is contained in:
parent
87b2d75794
commit
bd13c9bae8
@ -21,8 +21,6 @@ restore_pane_process() {
|
|||||||
local strategy_file="$(_get_strategy_file "$pane_full_command")"
|
local strategy_file="$(_get_strategy_file "$pane_full_command")"
|
||||||
local strategy_command="$($strategy_file "$pane_full_command" "$dir")"
|
local strategy_command="$($strategy_file "$pane_full_command" "$dir")"
|
||||||
tmux send-keys "$strategy_command" "C-m"
|
tmux send-keys "$strategy_command" "C-m"
|
||||||
# tmux send-keys "Strategy! $pane_full_command $strategy_file"
|
|
||||||
# tmux send-keys "Strategy! $strategy_command"
|
|
||||||
else
|
else
|
||||||
# just invoke the command
|
# just invoke the command
|
||||||
tmux send-keys "$pane_full_command" "C-m"
|
tmux send-keys "$pane_full_command" "C-m"
|
||||||
|
Loading…
Reference in New Issue
Block a user