Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh completion configuration
- X-seq: zsh-users 17644
- From: joe M <joe9mail@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Zsh completion configuration
- Date: Mon, 25 Feb 2013 14:47:08 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=VygCq1DANW1bh+lxDrkjitdhGA7w2PlyTuhY8qvAXCM=; b=uGcQ4C9B8oaArshu/OwooJbqvH89jclOeSoPqrSXBhH5ix6xr10ksgLxpta92oOrpE iO82YZNGSuKA1iS/XZBJeoAYBPIUYvYXmOsggnz/Bs5TCNveQLXL4Pwv3Qm42bY6zt9U mpUsfbZ7EPgoFCpdf8TRQePMrnxc2WaEUouYFVJrrFvpVufTE4m/4diOZZoZc4uOKj3h XeXhJYoWRIY5Jvlan5+KRDTldkSvqqlCf20u5toyQLO6jcmu79XhhjUvbXkukNu9v8XN uVO4Dzjpviw21pgWeiBftJhnqAH9bMO4XgZ9F30mekGDoCKIq6EjdyWEF1v7+WqtAp3L n1tA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I am trying to figure out how to add "history-words" as a group within
_complete, similar to aliases or functions.
I see that the file Completion/Zsh/Type/_command_names adds the
different tags using compadd -k.
But, I could not figure out what compadd does from the zsh source. Any
thoughts on what compadd does, or, how I can add another tag to the
list of tags suggested by _command_names?
Thanks
Joe
Messages sorted by:
Reverse Date,
Date,
Thread,
Author