From: Frank Terbeck <ft@bewatermyfriend.org>
To: zsh-workers@zsh.org
Subject: PATCH: _tmux: fix helper function calls
Date: Sat, 14 Nov 2009 21:17:30 +0100 [thread overview]
Message-ID: <1258229850-27613-1-git-send-email-ft@bewatermyfriend.org> (raw)
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
reply other threads:[~2009-11-14 20:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1258229850-27613-1-git-send-email-ft@bewatermyfriend.org \
--to=ft@bewatermyfriend.org \
--cc=zsh-workers@zsh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).