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

Re: Unexpected ${%F{}} evaluation



Thanks Michael and Bart; I just find the \} solution unbalanced and was
"hoping" for a bug. I finally did something like this:
    x="%F{red}"; y="${(%):-$x}XX"; echo $y

Marc.



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