In the blame view, Enter/o/O open the commit object (patch view). There's no single command to open a side-by-side vimdiff showing what the commit under cursor changed for the current file.
The old VCSCommand plugin had VCSVimDiff rev1 rev2 which did this directly. Currently I work around it with:
:Gedit :
:Gvdiffsplit ~1:
Would be nice to have something like dv or dd in the blame view that opens a vimdiff of ~1: vs : for the commit under cursor.
In the blame view, Enter/o/O open the commit object (patch view). There's no single command to open a side-by-side vimdiff showing what the commit under cursor changed for the current file.
The old VCSCommand plugin had VCSVimDiff rev1 rev2 which did this directly. Currently I work around it with:
:Gedit :
:Gvdiffsplit ~1:
Would be nice to have something like dv or dd in the blame view that opens a vimdiff of ~1: vs : for the commit under cursor.