Hi.
When using a construct:
x = case x when expr1 ... when expr2 ... else ... end
I find that TxMt does not correctly indent after the CR after "case x" and then de-dents after the first "when" so that:
x = case x when...
becomes:
x = case x when expr1
However it correctly indents when not assigning from case so that:
case x when...
becomes:
case x when expr1
Which seems like a bug.
M
-- Matt Mower :: http://matt.blogs.it/