zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _tmux: fix helper function calls
@ 2009-11-14 20:17 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2009-11-14 20:17 UTC (permalink / raw)
  To: zsh-workers

I've just been informed that the switch-client subcommand completion
of _tmux is broken. This fixes it.

Regards, Frank
---
 Completion/Unix/Command/_tmux |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 0eef683..10a1eb2 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1002,8 +1002,8 @@ function _tmux-switch-client() {
     [[ -n ${tmux_describe} ]] && print "Switch the client to another session" && return
     local -a args
     args=(
-        '-c[Choose a target client]:client:__tmux-key-clients'
-        '-t[Choose a target window]:window:__tmux-key-windows'
+        '-c[Choose a target client]:client:__tmux-clients'
+        '-t[Choose a target window]:window:__tmux-windows'
     )
     _arguments ${args}
 }
-- 
1.6.5.rc2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-14 20:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-14 20:17 PATCH: _tmux: fix helper function calls 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).