Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.6-pws-10: sudo completion does not work again
- X-seq: zsh-workers 8812
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: zsh-3.1.6-pws-10: sudo completion does not work again
- Date: Tue, 30 Nov 1999 13:08:39 +0100 (MET)
- In-reply-to: Sven Wischnowsky's message of Tue, 30 Nov 1999 12:43:32 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> You want:
>
> _arguments \
> ...
> '*::command and arguments: _normal'
>
> And that works.
I forgot to say: what you really want is, I think, this:
':command: _command_names -e' \
'*::arguments:_normal'
So that you don't get the builtins.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author