about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-19 09:48:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-19 09:48:23 +0000
commit6190f5f5e20c32136e52c33f96de32815aad18a8 (patch)
tree45cbc272c757d6310fde016a026cbe588940bd27
parentec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1 (diff)
downloadzsh-6190f5f5e20c32136e52c33f96de32815aad18a8.tar.gz
zsh-6190f5f5e20c32136e52c33f96de32815aad18a8.tar.xz
zsh-6190f5f5e20c32136e52c33f96de32815aad18a8.zip
Frank: 27606: tmux -d
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_tmux1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cd26894a7..5a4eb4b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-19  Peter Stephenson  <pws@csr.com>
+
+	* Frank: 27606: Completion/Unix/Command/_tmux: tmux -d.
+
 2010-01-18  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
@@ -12600,5 +12604,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4864 $
+* $Revision: 1.4865 $
 *****************************************************
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 7b29a9f44..f8ea1a0e8 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'
     )