Add foldenable to fugitive_diff_restore
This commit is contained in:
parent
d4c615c427
commit
cbb7c3e890
@ -1381,6 +1381,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user