pombreda / vcscommand

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

[PATCH] :VCSAnnotate! doesn't split annotation correctly with selection=exclusive. #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The / search command used to define the visual block-wise selection omits the 
last character when 'selection' is set to "exclusive". In a Git annotate buffer 
(with ") " as the split regexp), this mean that the trailing <Space> is not 
transfered to the annotate header (messing up the syntax highlighting there), 
and the entire source window has an additional indent. 

Solution is to temporarily reset 'selection'; see attached patch. 

-- regards, ingo

Original issue reported on code.google.com by sw...@ingo-karkat.de on 30 Jul 2011 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you, this is included for release as:

http://repo.or.cz/w/vcscommand.git/commit/b731a332f605af152607c21c7cd97404b8846b
ed

Original comment by bob.hies...@gmail.com on 3 Oct 2011 at 6:55