# HG changeset patch # User Steve Losh # Date 1287412660 14400 # Node ID b5b86fb0a997395928182ce91e1e73a550e251ef # Parent a9edc6870de6c385827936117e342c5545ae1d57 Unfold diff previews by default. diff -r a9edc6870de6 -r b5b86fb0a997 plugin/gundo.vim --- a/plugin/gundo.vim Sun Oct 17 15:02:33 2010 -0400 +++ b/plugin/gundo.vim Mon Oct 18 10:37:40 2010 -0400 @@ -140,6 +140,7 @@ setlocal nonumber setlocal norelativenumber setlocal nowrap + setlocal foldlevel=20 " TODO: Set foldmethod? endfunction