When using vimdiff there are times that I want to select a change, not just the top line of the change. what I've been doing is manually positioning the cursor at the bottom of the change and then using a macro which does a
V[c{command such as y or d}. I Would like to extend my macro to do something more along the lines of
/pattern/(in change)^M(find last line in change)V[cd. Any advice or related information (i.e. diff specific addresses) you have would be appreciated. thanks