Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: matching completer function
- X-seq: zsh-workers 5892
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: PATCH: matching completer function
- Date: Tue, 23 Mar 1999 12:34:59 +0100 (MET)
- In-reply-to: "Andrej Borsenkow"'s message of Tue, 23 Mar 1999 14:23:17 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> > This is intended to be used after `_complete', as in:
> >
> > compconf completer=_complete:_match:_correct:_approximate
> >
>
> Wow!!! At the first try it does *exactly* what I'd expect ...
> >
> > Maybe I should put all the configuration stuff into README(?).
> >
>
> 'course! May I ask, what is the key to turn off '*' inserting?
It's currently documented at the top of `_match', in short:
compconf match_original=yes
to first try it without the `*' and then with it, and
compconf match_original=only
to try only without the `*'.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author