zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _tmux: swap-pane completion was missing support for its `-d' option
@ 2010-01-18 20:14 Frank Terbeck
  2010-01-18 21:43 ` Frank Terbeck
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Terbeck @ 2010-01-18 20:14 UTC (permalink / raw)
  To: zsh-workers

It was missing from tmux's manual until recently. Here it is.

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..a70c968 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 the active pane]'
         '-s[Choose source pane]:pane:__tmux-panes'
         '-t[Choose destination pane]:pane:__tmux-panes'
     )
-- 
1.6.6.rc1.31.g1a56b


^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: _tmux: swap-pane completion was missing support for its `-d' option
  2010-01-18 20:14 PATCH: _tmux: swap-pane completion was missing support for its `-d' option Frank Terbeck
@ 2010-01-18 21:43 ` Frank Terbeck
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Terbeck @ 2010-01-18 21:43 UTC (permalink / raw)
  To: zsh-workers; +Cc: Mikael Magnusson

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-18 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-18 20:14 PATCH: _tmux: swap-pane completion was missing support for its `-d' option Frank Terbeck
2010-01-18 21:43 ` Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).