mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
@@ -1686,7 +1686,7 @@ function! s:Blame(bang,line1,line2,count,args) abort
|
|||||||
execute top
|
execute top
|
||||||
normal! zt
|
normal! zt
|
||||||
execute current
|
execute current
|
||||||
setlocal nomodified nomodifiable nonumber scrollbind nowrap foldcolumn=0 nofoldenable filetype=fugitiveblame
|
setlocal nomodified nomodifiable nonumber scrollbind nowrap foldcolumn=0 nofoldenable winfixwidth filetype=fugitiveblame
|
||||||
if exists('+concealcursor')
|
if exists('+concealcursor')
|
||||||
setlocal concealcursor=nc conceallevel=2
|
setlocal concealcursor=nc conceallevel=2
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user