Skip to content

Commit 549e283

Browse files
committed
Set winfixbuf on blame windows
References: #2272
1 parent fe4ba84 commit 549e283

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

autoload/fugitive.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7097,6 +7097,9 @@ function! s:BlameSubcommand(line1, count, range, bang, mods, options) abort
70977097
normal! zt
70987098
execute current
70997099
setlocal nonumber scrollbind nowrap foldcolumn=0 nofoldenable winfixwidth
7100+
if exists('&winfixbuf')
7101+
setlocal winfixbuf
7102+
endif
71007103
if exists('+relativenumber')
71017104
setlocal norelativenumber
71027105
endif

0 commit comments

Comments
 (0)