From: Jeff Rose Date: 2006-05-10T22:48:13+09:00 Subject: Re: Simplifying Vim folding I agree with you Doug, folding module, class & method make it easy to see the structure of your code still. Anyway, it would be nice if there could just be a switch so everyone can have their flavor. In the meantime, check out Mauricio Fernandez blog. He's got a couple really helpful bits for vim & ruby. This is the folding you want: http://eigenclass.org/hiki.rb?Usable+Ruby+folding+for+Vim -Jeff Doug Kearns wrote: > G'day folks, > > I was planning on simplifying the default folding provided when > foldmethod=syntax. > > Currently pretty much everything is folded but I was planning on > reducing this to just module/class/method definitions, multi-line > comments and __END__ data chunks, with an option to disable comment > folding. > > We could, of course, make this 'infinitely' configurable but I see > little point. Is anyone particularly enamoured with having their > multi-line regexes folded? ;-) > > Any thoughts appreciated... > > Thanks, > Doug > >