motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 64716b9622e5c3fae0caec7e9589988a9da146cb (tree)
parent b4b75ef682da3e946c648d3634ade39d0af49aba
Author: Taylor Hedberg <t@tmh.cc>
Date:   Tue, 24 Jan 2012 11:45:36 -0500

:Gblame: Retain original alternate buffer

Diffstat:
Mplugin/fugitive.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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,' ')