completion/tmux: quick fixup to conflict resolution in b85e405

Delete a line that should have been replaced with the following line (with --keep-order)

Closes #11288
This commit is contained in:
Ilya Grigoriev
2025-03-15 11:12:18 -07:00
committed by Johannes Altmanninger
parent f43b16b1cb
commit bdb8f7da3a

View File

@@ -401,7 +401,6 @@ complete -c tmux -n "__fish_seen_subcommand_from $send" -s R -d 'reset terminal
complete -c tmux -n "__fish_seen_subcommand_from $send" -s X -d 'copy mode command'
complete -c tmux -n "__fish_seen_subcommand_from $send" -s l -d 'literal chars'
complete -c tmux -n "__fish_seen_subcommand_from $send" -s H -d 'hex-encoded chars'
complete -c tmux -n "__fish_seen_subcommand_from $send" -xs t -a '(__fish_tmux_panes)' -d 'target pane'
complete -c tmux -n "__fish_seen_subcommand_from $send" -xs t --keep-order -a '(__fish_tmux_panes)' -d 'target pane'
complete -c tmux -n __fish_use_subcommand -a $sendprefix -d 'send the prefix key'