pombreda / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

VCSBlame! doesn't open the revision under the cursor from a VCSBlame! content buffer #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a file (e.g vimcommand.vim)
2. :VCSBlame!
3. From the content buffer (not the annotations buffer), choose a line and do 
:VCSBlame! again

What is the expected output?

The VCSBlame! buffer for the git revision corresponding to the line's 
annotation.

What do you see instead?

Apparently, another VCSBlame! for the current git revision. This does work 
properly if switching to the annotation buffer first.

What version of the product are you using? On what operating system?

Current git.

Original issue reported on code.google.com by gland...@gmail.com on 22 Nov 2013 at 8:46