Set the correct foldmethod for the preview pane.

This commit is contained in:
Steve Losh 2010-10-20 21:34:18 -04:00
parent a5395a1ad8
commit 0502b8ae47

View File

@ -505,6 +505,7 @@ function! s:GundoSettingsPreview()"{{{
setlocal norelativenumber
setlocal nowrap
setlocal foldlevel=20
setlocal foldmethod=diff
call s:GundoMapPreview()
endfunction"}}}