Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

no "users" tag used in _users?



_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