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 618d884562f2b99fa62e3fb90e3531bf17396efa (tree)
parent cbb7c3e89026472dfbc5440d78ce85975423bedd
Author: Tim Pope <code@tpope.net>
Date:   Fri, 19 Apr 2013 15:10:51 -0400

Revert "Add foldenable to fugitive_diff_restore"

This reverts commit cbb7c3e89026472dfbc5440d78ce85975423bedd.

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

diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim @@ -1381,7 +1381,6 @@ function! s:diffthis() let w:fugitive_diff_restore .= ' foldmethod=' . &l:foldmethod let w:fugitive_diff_restore .= ' foldcolumn=' . &l:foldcolumn let w:fugitive_diff_restore .= ' foldlevel=' . &l:foldlevel - let w:fugitive_diff_restore .= &l:foldenable ? ' foldenable' : 'nofoldenable' if has('cursorbind') let w:fugitive_diff_restore .= (&l:cursorbind ? ' ' : ' no') . 'cursorbind' endif