From e9e48006dd27d5a23e01a9bc0e5e1fca15f01756 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 1 Oct 2011 15:52:44 -0400 Subject: [PATCH] Fix :Gblame scrollbind with folds --- plugin/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index fa7e205..30d2236 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1491,6 +1491,7 @@ function! s:Blame(bang,line1,line2,count,args) abort nnoremap i :exe "exe 'norm q'".Edit("edit", 0, matchstr(getline('.'),'\x\+')) nnoremap o :exe Edit((&splitbelow ? "botright" : "topleft")." split", 0, matchstr(getline('.'),'\x\+')) nnoremap O :exe Edit("tabedit", 0, matchstr(getline('.'),'\x\+')) + redraw syncbind endif finally