Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: PATCH: matching completer function



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