Fix :Gblame scrollbind with folds
This commit is contained in:
parent
c4baefff69
commit
e9e48006dd
@ -1491,6 +1491,7 @@ function! s:Blame(bang,line1,line2,count,args) abort
|
||||
nnoremap <buffer> <silent> i :<C-U>exe "exe 'norm q'<Bar>".<SID>Edit("edit", 0, matchstr(getline('.'),'\x\+'))<CR>
|
||||
nnoremap <buffer> <silent> o :<C-U>exe <SID>Edit((&splitbelow ? "botright" : "topleft")." split", 0, matchstr(getline('.'),'\x\+'))<CR>
|
||||
nnoremap <buffer> <silent> O :<C-U>exe <SID>Edit("tabedit", 0, matchstr(getline('.'),'\x\+'))<CR>
|
||||
redraw
|
||||
syncbind
|
||||
endif
|
||||
finally
|
||||
|
Loading…
Reference in New Issue
Block a user