# HG changeset patch # User Steve Losh # Date 1287624858 14400 # Node ID 222e8b56718ef901bf808bb39780f3d61b3a913e # Parent 4ad278a555cf67bb8a5ff6644fa7e37ba0632e52 Set the correct foldmethod for the preview pane. diff -r 4ad278a555cf -r 222e8b56718e plugin/gundo.vim --- a/plugin/gundo.vim Wed Oct 20 21:24:17 2010 -0400 +++ b/plugin/gundo.vim Wed Oct 20 21:34:18 2010 -0400 @@ -505,6 +505,7 @@ setlocal norelativenumber setlocal nowrap setlocal foldlevel=20 + setlocal foldmethod=diff call s:GundoMapPreview() endfunction"}}}