From ee5574b06309e80ce8e697fffb65fc6725e90e57 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 15 Nov 2009 17:44:33 +0000 Subject: Frank Terbeck: 27407: tmux switch-client completion --- Completion/Unix/Command/_tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 0eef68382..10a1eb223 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} } -- cgit 1.4.1