juneedahamed / vc.vim

Support for SVN, Git, HG and BZR
47 stars 9 forks source link

Make blame match current source line #14

Closed idbrii closed 6 years ago

idbrii commented 6 years ago

In addition to scrollbind, use cursorbind if available. This will make switching to blame window to check commit behind a line work (cursor position will be on the corresponding blame line).

One issue that comes from this is that cursorbind is not removed (same problem exists for scrollbind). Whatever method is used to solve #10 could probably solve this too.