Configure FormatString

I'm curious as to why in the config file it says to check out the zshmisc man page when it seems moc doesn't use zshmisc. I'm on Arch Linux and I don't have zshmisc installed. However, I tried to do a nested terenary expression:FormatString = "%(a:%(t:%a - :%a):)%(t:%t %(n:\(%n%(A: in %A:)\):%(A:\(%A\):)):)"I know I could've cleaned it up a little bit, but anyway it gave me an unexpected end of string error. Can anybody spot an error with the string? Or does moc not really support nested terenary expressions? Also, does moc support compounded conditions using && or ||? I could also use that to solve my problems.