Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Equivalent of compctl -L with "new" completion system?
- X-seq: zsh-users 10529
- From: "John Reese" <john.reese@xxxxxxxxx>
- To: "Zsh Users" <zsh-users@xxxxxxxxxx>
- Subject: Equivalent of compctl -L with "new" completion system?
- Date: Tue, 18 Jul 2006 11:32:54 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PWpQVZ4JoRyZb5/LyOsiMSG+HCEa4STJ9dDEsmL8vlZ/R0H8JYpmjOYWbt4CqjutPpM8n4zhmmfthS2gxHxLKzg0e0WfrgLimZJx69meXxVpQygXTTlYhFZuizHjvhgcfCVG//73JCu++m+KaZjuzJ4WF8X1qZ97AmQTxOvNjzc=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Is there a command or function that will (a) list all commands that
have custom (zshcompsys) completions and indicate what they are, and
(b) do the same, but only for a given command, like
(a) compctl -L
and
(b) compctl -L svn
do for the old compctl-style completions?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author