On 12/11/06, Lev Lvovsky <[EMAIL PROTECTED]> wrote:
I know I've asked this before, however I might not have explained my
question well enough.
Can vim do something like what's described here:
http://atrey.karlin.mff.cuni.cz/~pavel/patch-mode.html
This is apparently a built-in ability of emacs now, it would be super-
sweet if I could find something in vim that did this.
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".
Yakov