Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _tmux: swap-pane completion was missing support for its `-d' option
- X-seq: zsh-workers 27606
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: PATCH: _tmux: swap-pane completion was missing support for its `-d' option
- Date: Mon, 18 Jan 2010 22:43:51 +0100
- Cc: Mikael Magnusson <mikachu@xxxxxxxxx>
- In-reply-to: <1263845674-13096-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1263845674-13096-1-git-send-email-ft@xxxxxxxxxxxxxxxxxxx>
2nd try. Now with improved wording. :)
Mikael was kind enough to hint me at the broken language from the
earlier patch.
Regards, Frank
---
Completion/Unix/Command/_tmux | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 7b29a9f..f8ea1a0 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1009,6 +1009,7 @@ function _tmux-swap-pane() {
args=(
'-D[Move pane down]'
'-U[Move pane up]'
+ '-d[Do not change the active pane]'
'-s[Choose source pane]:pane:__tmux-panes'
'-t[Choose destination pane]:pane:__tmux-panes'
)
--
1.6.6.rc1.31.g1a56b
Messages sorted by:
Reverse Date,
Date,
Thread,
Author