From: Hans Fugal Date: 2004-11-09T09:18:39+09:00 Subject: Re: rdoc and vim folding Dave Thomas wrote: > > On Nov 8, 2004, at 16:43, Ara.T.Howard wrote: > >> this wreaks havoc on rdoc output, especially when one has >> >> class Foo >> #{{{ >> def bar >> end >> #}}} >> end > > > does this work? > > class Fo0 > #{{{ > > # Method comment for bar > def bar > end > #}}} > end > > If no, I guess I could add code to ignore them--do many folks use this > feature of vim? > > > Cheers > > Dave > > > I haven't had cause to use markers to do folding in ruby much, but I do use the feature. I can't remember at the moment whether foldmethod=syntax or foldmethod=indent works well for ruby code.