Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: this and that
- X-seq: zsh-workers 13728
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: this and that
- Date: Fri, 23 Mar 2001 13:54:04 +0100 (MET)
- In-reply-to: Sven Wischnowsky's message of Fri, 23 Mar 2001 13:42:55 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I wrote:
> ...
>
> +example(zstyle ':completion:*' completer '
> + if [[ $_last_try = "$HISTNO$BUFFER$CURSOR" ]]; then
> + reply=(_complete _match _prefix)
> + else
> + _last_try="$HISTNO$BUFFER$CURSOR"
> + reply=( _ignored _correct _approximate)
> + fi')
Before someone corrects me: the completer sets have to be exchanged,
of course (or the test and the assignment). I've corrected that in
CVS.
Sorry.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author