Vim 7 WinXP SP2

I have a file with folding enabled.

What I would like to do is use something like this:
:v/dave/d

But I only want this to operate on folds.

I can do this manually by moving to the fold and pressing V (linewise visual
mode) followed by x to delete it.  That deletes all lines within the fold.

Not sure how to structure my command to do this operating over the entire
file and just on folded contents.

TIA,
Dave

Reply via email to