diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 5e6a7fe..92fcf3f 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -7097,6 +7097,9 @@ function! s:BlameSubcommand(line1, count, range, bang, mods, options) abort normal! zt execute current setlocal nonumber scrollbind nowrap foldcolumn=0 nofoldenable winfixwidth + if exists('&winfixbuf') + setlocal winfixbuf + endif if exists('+relativenumber') setlocal norelativenumber endif