On Sun, 23 May 2004 06:13:28 -0500, Charles Comstock wrote: > that are ended early? For instance if I have a multi line conditional with an > && and I try to break the line after the && and tab so that the next part of the > conditional starts slightly indented, it now leeps to the same tabstop as the > &&, completely defeating the purpose. The same logic seems to apply to comma's > on argument lists and in arrays. I agree that this is annoying. I use \ to let the line continue, that gives a nicer look, but it seems quite superfluent to me. a = b + c becomes a = b + \ c I also would want to have this behaviour changed. Greetings, Brian