Clean out comments

This commit is contained in:
Bruno Sutic 2014-08-29 01:04:50 +02:00
parent 87b2d75794
commit bd13c9bae8
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ restore_pane_process() {
local strategy_file="$(_get_strategy_file "$pane_full_command")"
local strategy_command="$($strategy_file "$pane_full_command" "$dir")"
tmux send-keys "$strategy_command" "C-m"
# tmux send-keys "Strategy! $pane_full_command $strategy_file"
# tmux send-keys "Strategy! $strategy_command"
else
# just invoke the command
tmux send-keys "$pane_full_command" "C-m"