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

Another minor =~ glitch



Side note to the REMATCH_PCRE thread:  xtrace output shows what's being
done, but it can't be "played back":

torch% set -x
torch% [[ foo =~ .* ]]
+Src/zsh:2> [[ foo -regex-match .* ]]
torch% [[ foo -regex-match .* ]]
+Src/zsh:3> [[zsh: unknown condition: -regex-match
 ]]
torch% 



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