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

[ejb@xxxxxx: typo in _match?]



Never mind.... dumb question.  I see this is fine.  Sorry for hitting
send too soon....


--- Begin Message ---
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 ---


Messages sorted by: Reverse Date, Date, Thread, Author