From 3d9d13e918c195f974ff7b2f1dc5b65f6b20a441 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 22 Nov 1999 12:29:47 +0000 Subject: zsh-workers/8720 --- Completion/User/_other_accounts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Completion/User/_other_accounts') diff --git a/Completion/User/_other_accounts b/Completion/User/_other_accounts index 9e3545e98..b419791e5 100644 --- a/Completion/User/_other_accounts +++ b/Completion/User/_other_accounts @@ -1,13 +1,3 @@ #compdef talk ntalk ytalk finger -local accounts_users_hosts - -local varname="$words[1]_accounts" - -if [[ ${(P)+varname} -eq 1 ]]; then - accounts_users_hosts=( ${(P)varname} ) -else - accounts_users_hosts=( $other_accounts ) -fi - -_user_at_host "$@" +_user_at_host -t other-accounts "$@" -- cgit 1.4.1