On Jun 10, 2007, at 7:05 AM, Allan Odgaard wrote:
On 10. Jun 2007, at 13:36, Piero D'Ancona wrote:
What are *exactly* the folding rules?
From the manual:
[...] the folding system is based on both having clear indent markers and having the fold start/stop markers use the same indent level. This means that folding based purely on indent or where the start/stop markers do not align, is currently not supported.
That doesn't seem to explain this folding properly (which works fine):
- (void)somethingOrOther { // Code here ... }