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

${${~:-*}//(#m)*/$MATCH=$MATCH} fails



Try the above with an echo.  In zsh 4.3.2, this will give you an
illegal UTF-8 character, an equal sign, and another illegal UTF-8
character.  Is $MATCH accessing uninitialized memory?  Or am I doing
something wrong?

 nikolai



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