From 64716b9622e5c3fae0caec7e9589988a9da146cb Mon Sep 17 00:00:00 2001 From: Taylor Hedberg Date: Tue, 24 Jan 2012 11:45:36 -0500 Subject: [PATCH] :Gblame: Retain original alternate buffer --- plugin/fugitive.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 904872b..f612cda 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1483,7 +1483,7 @@ function! s:Blame(bang,line1,line2,count,args) abort let top = line('w0') + &scrolloff let current = line('.') let s:temp_files[temp] = s:repo().dir() - exe 'leftabove vsplit '.temp + exe 'keepalt leftabove vsplit '.temp let b:fugitive_blamed_bufnr = bufnr let w:fugitive_leave = restore let b:fugitive_blame_arguments = join(a:args,' ')