diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:39:06 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:39:06 +0000 |
commit | 1312aee8eb011d48812d18c278875476aee33201 (patch) | |
tree | 12e40ada373ba9dadb91d73ccca2021f4d348312 /Completion | |
parent | f1a6f3d043f8c945292c2da00aacdb796d750ae3 (diff) | |
download | zsh-1312aee8eb011d48812d18c278875476aee33201.tar.gz zsh-1312aee8eb011d48812d18c278875476aee33201.tar.xz zsh-1312aee8eb011d48812d18c278875476aee33201.zip |
moved to Completion/Unix/Type/_other_accounts
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_other_accounts | 14 |
1 files changed, 0 insertions, 14 deletions
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 |