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