From bffbab0357b89fed164dbe114649c9d82993ee1a Mon Sep 17 00:00:00 2001 From: Bob Hiestand Date: Mon, 5 Dec 2011 10:13:27 -0600 Subject: [PATCH] don't split nested windows in split annotate --- plugin/vcscommand.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vcscommand.vim b/plugin/vcscommand.vim index 1992b18..2726436 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') -- 2.11.4.GIT