Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
no "users" tag used in _users?
- X-seq: zsh-workers 22189
- From: Danek Duvall <duvall@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: no "users" tag used in _users?
- Date: Fri, 3 Feb 2006 11:46:38 -0800
- Mail-followup-to: Danek Duvall <duvall@xxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
_users calls
zstyle -a ":completion:${curcontext}:" users users
compared to _hosts, which calls
zstyle -a ":completion:${curcontext}:hosts" hosts hosts
Is there some reason that _hosts uses the hosts tag, but _users doesn't use
the users tag?
Danek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author