Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Case-insensitive completion
- X-seq: zsh-users 6597
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: Case-insensitive completion
- Date: Wed, 17 Sep 2003 17:15:04 +0200
- In-reply-to: <1030917144318.ZM1455@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20030914103053.GA827@xxxxxxxxxxxxxxxxxxxxxxxx> <18061.1063784444@xxxxxxxxxxx> <1030917144318.ZM1455@xxxxxxxxxxxxxxxxxxxxxxx>
Bart wrote:
>
> Are completers always called with no arguments? Or should that be
>
> _cscomplete() {
> _complete $*
> return 1
> }
They are always called with no arguments.
_approximate actually accepts a -a option to specify the number of
errors. It isn't used by anything yet. Might be useful from an _correct
like wrapper I suppose.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author