Never mind.... dumb question. I see this is fine. Sorry for hitting send too soon....
--- Begin Message ---
- From: "E. Jay Berkenbilt" <ejb@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: typo in _match?
- Date: Sun, 17 Sep 2000 18:12:48 -0400
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?
--- End Message ---