pombreda / vcscommand

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

As a programmer who uses regular syntax highlighting, I would like to see vcs-annotate highlight the rest of my lines in the usual highlighting so that I can better adjust the between contexts visually, with a split screen. #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a C++ file, where C++ files are syntax highlighted
2. Run :VCSBlame

What is the expected output? What do you see instead?
I expect my C++ code to appear the same on the top as on the bottom (with the 
extra columns), but instead the syntax highlighting is lost, and all C++ code 
is uncolored.

What version of the product are you using? On what operating system?
vcscommand 1.99.43
I am using this on vim 7.3.29.
I am using vim on Fedora Linux, "Red Hat 4.4.4-10"

Please provide any additional information below.

Original issue reported on code.google.com by mac...@gmail.com on 30 Nov 2011 at 3:04

Attachments:

GoogleCodeExporter commented 9 years ago
Have you tried using :VCSAnnotate!
?

Original comment by bob.hies...@gmail.com on 30 Nov 2011 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 30 Nov 2011 at 8:17

GoogleCodeExporter commented 9 years ago
This is using VCSAnnotate. Well, it uses VCSBlame, but I get the same result.

All text to the left of the first two columns appear as white.

For example, on the top part of my screenshot, #include appears purple. 
<stdio.h> appears red. "using" appears yellow. etc. On the bottom part, all of 
that appears white.

Original comment by mac...@gmail.com on 1 Dec 2011 at 4:06

GoogleCodeExporter commented 9 years ago
Correction, "All text to the right of ..." (not left)

Original comment by mac...@gmail.com on 1 Dec 2011 at 4:07

GoogleCodeExporter commented 9 years ago
That looks like you're using ":VCSAnnotate", not ":VCSAnnotate!".  The second 
should accomplish what you're requesting.

Original comment by bob.hies...@gmail.com on 1 Dec 2011 at 7:48