summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
)