motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit fd297ad11f05165bdc59a6cbc34ce33ed646cbf2 (tree)
parent a069fa706676309c7ea15a96a2a6b4daff6011fe
Author: Tim Pope <code@tpope.net>
Date:   Tue, 25 Mar 2014 13:37:57 -0400

Set winfixwidth

Closes #453.

Diffstat:
Mplugin/fugitive.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1686,7 +1686,7 @@ function! s:Blame(bang,line1,line2,count,args) abort execute top normal! zt 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') setlocal concealcursor=nc conceallevel=2 endif