On Dec 11, 2006, at 10:07 AM, Yakov Lerner wrote:
You get syntax coloring when editing patches/diffs. Regarding
jumping by chunks and file boundaries -- it's
fairly easy to to map some your 4 keys to these jumps:
Just map your 4 favourite keys to
?^@@@?<cr>
/^@@@/<cr>
?^\*?<cr>
/^\*/<cr>
that's it. And publish it as a "Patch mode for vim".
The feature that I'm looking for specifically is being able to edit a
patch, and have vim do the line numbering math for me. Also the
splitting or combining of hunks.
thanks Yakov!
-lev