From 1312aee8eb011d48812d18c278875476aee33201 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:39:06 +0000 Subject: moved to Completion/Unix/Type/_other_accounts --- Completion/User/_other_accounts | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Completion/User/_other_accounts diff --git a/Completion/User/_other_accounts b/Completion/User/_other_accounts deleted file mode 100644 index b73515fcd..000000000 --- a/Completion/User/_other_accounts +++ /dev/null @@ -1,14 +0,0 @@ -#compdef ytalk finger - -local expl nm="$compstate[nmatches]" -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@host -- cgit 1.4.1