Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
typo in _match?
- X-seq: zsh-workers 12824
- From: "E. Jay Berkenbilt" <ejb@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: typo in _match?
- Date: Sun, 17 Sep 2000 18:12:48 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
In zsh-3.1.9-dev-6, the last few lines of .../functions/_match are:
> [[ ret -eq 1 && "$ins" = yes &&
> $#compstate[unambiguous] -ge ${#:-${PREFIX}${SUFFIX}} ]] &&
> compstate[pattern_insert]=unambiguous
>
> return 1-ret
Should the two occurrences of ret there be $ret instead?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author