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 15e7672672c69827ab0200ce04b59e2f3c00b4ed (tree)
parent 4fe6e46a0ace8196aa1946b91cd02e853f8db9da
Author: Tim Pope <code@tpope.net>
Date:   Mon, 16 Apr 2012 21:56:49 -0400

Enable folding in :Gstatus

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

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1950,6 +1950,7 @@ function! s:BufReadIndex() execute cd.'`=dir`' endtry set ft=gitcommit + set foldtext=fugitive#foldtext() foldmethod=syntax foldlevel=1 endif setlocal ro noma nomod noswapfile if &bufhidden ==# ''