Closed GoogleCodeExporter closed 8 years ago
Would the following change support your need?
diff --git a/plugin/vcscommand.vim b/plugin/vcscommand.vim
index 1ea79b6..260cb60 100644
--- a/plugin/vcscommand.vim
+++ b/plugin/vcscommand.vim
@@ -818,6 +818,7 @@ function! s:VCSAnnotate(bang, ...)
if splitRegex == ''
return annotateBuffer
endif
+ wincmd J
let originalFileType = getbufvar(originalBuffer, '&ft')
let annotateFileType = getbufvar(annotateBuffer, '&ft')
Original comment by bob.hies...@gmail.com
on 30 Nov 2011 at 8:44
Yes, that seems to be equivalent to what I did in a more clumsy way :-)
PS: I'm currently cloning your Git repo on http://repo.or.cz/w/vcscommand.git
to simplyfy further collaboration (I have a couple more patches and ideas in
the queue), and I noticed that the repo only contains version v1.99.44, not the
v1.99.45 changes that you published on vim.org. Did you forget to push?
Original comment by sw...@ingo-karkat.de
on 1 Dec 2011 at 10:20
Yes, I did indeed forget to push.
Regarding this change, I'll push it out once I decide whether to make this an
option, always-on, and maybe even make it more general (probably apply it to
VCSVimDiff, at least). Any thoughts?
Original comment by bob.hies...@gmail.com
on 5 Dec 2011 at 4:23
I don't fully follow you on the option, but I would appreciate an option in
VCSVimDiff to open the other file (often the predecessor) to the left. So far,
I'm replacing "vert rightbelow split" with "vert split" in s:EditFile.
Original comment by sw...@ingo-karkat.de
on 5 Dec 2011 at 4:53
This is released as 1.99.46.
Original comment by bob.hies...@gmail.com
on 6 Dec 2011 at 5:41
Original issue reported on code.google.com by
sw...@ingo-karkat.de
on 30 Jul 2011 at 2:10Attachments: