222e8b56718e

Set the correct foldmethod for the preview pane.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Oct 2010 21:34:18 -0400
parents 4ad278a555cf
children 99bbb30dc66d
branches/tags (none)
files plugin/gundo.vim

Changes

--- 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"}}}