Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Something odd in _match
- X-seq: zsh-workers 6978
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: Something odd in _match
- Date: Mon, 5 Jul 1999 16:02:26 +0400
- Importance: Normal
- In-reply-to: <199907051156.NAA07626@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Andrej Borsenkow wrote:
>
> > Is it really supposed to be so:
> >
> > if (( ret )); then
> > [[ "$compconfig[match_insert]" = unambig* &&
> > $#compstate[unambiguous] -ge ${#:-${PREFIX}${SUFFIX}} ]] &&
> > ^^^^^^^
> > compstate[pattern_insert]=unambiguous
> > return 0
> > fi
>
> What's wrong with that?
>
Ahem ... I missed the fact that ``if'' was missing ... sorry for that :-(
Messages sorted by:
Reverse Date,
Date,
Thread,
Author