I've got some C++ source code that I'd like to fold away. Basically I
want vim to have folds only between #ifdef _DEBUG and the
corresponding #endif statement, and nowhere else. My vimfu is a bit
weak in this respect so I'm not quite sure how I would go about doing
this. Using foldexpr, changing the marker type? Previously I was just
manually creating folds, but as you can imagine it gets fairly tedious
and it would be great if I could automate it. Your help is much
appreciated.

--
Kamil Kisiel <[EMAIL PROTECTED]>

Reply via email to