mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-16 07:13:52 -05:00
@@ -1597,7 +1597,7 @@ function! s:Blame(bang,line1,line2,count,args) abort
|
||||
execute top
|
||||
normal! zt
|
||||
execute current
|
||||
execute "vertical resize ".(s:linechars('.\{-\}\d\ze\s\+\d\+)')+1)
|
||||
execute "vertical resize ".(s:linechars('.\{-\}\ze\s\+\d\+)')+1)
|
||||
setlocal nomodified nomodifiable nonumber scrollbind nowrap foldcolumn=0 nofoldenable filetype=fugitiveblame
|
||||
if exists('+relativenumber')
|
||||
setlocal norelativenumber
|
||||
|
||||
Reference in New Issue
Block a user