Set the correct foldmethod for the preview pane.
This commit is contained in:
parent
a5395a1ad8
commit
0502b8ae47
@ -505,6 +505,7 @@ function! s:GundoSettingsPreview()"{{{
|
|||||||
setlocal norelativenumber
|
setlocal norelativenumber
|
||||||
setlocal nowrap
|
setlocal nowrap
|
||||||
setlocal foldlevel=20
|
setlocal foldlevel=20
|
||||||
|
setlocal foldmethod=diff
|
||||||
call s:GundoMapPreview()
|
call s:GundoMapPreview()
|
||||||
endfunction"}}}
|
endfunction"}}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user