Do not pass a state into commands when fired on individual items in tree
authornicm <nicm@openbsd.org>
Tue, 6 Jun 2017 15:07:35 +0000 (15:07 +0000)
committernicm <nicm@openbsd.org>
Tue, 6 Jun 2017 15:07:35 +0000 (15:07 +0000)
commit8af98d93e7b7df0fd764387957d5031c52c3380e
tree3c264cc501bd82ea3ff8aa05053f3dedc879d751
parente13b41953a89d6f9c45672a4e590dd7b96ec8c86
Do not pass a state into commands when fired on individual items in tree
mode, rely on the %% target substitution in the command for the chosen
pane and leave the default target as the current pane (where the mode
is). Otherwise, joinp and similar end up with -t and -s the
same. Reported by Jacob Niehus in GitHub issue 960.
usr.bin/tmux/window-tree.c