25b74fe299c3 v2.4.0

Update help text a bit.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Jun 2012 17:28:40 -0400
parents 4fe97bc2c41b
children 7165f21a593a
branches/tags v2.4.0
files doc/gundo.txt site/index.html

Changes

--- a/doc/gundo.txt	Sat Jun 02 17:25:48 2012 -0400
+++ b/doc/gundo.txt	Sat Jun 02 17:28:40 2012 -0400
@@ -210,9 +210,11 @@
 ------------------------------------------------------------------------------
 3.10 g:gundo_auto_preview                                 *gundo_auto_preview*
 
-Set this to 1 to rendering diff automatically with cursor move.
+Set this to 0 to disable automatically rendering preview diffs as you move
+through the undo tree (you can still render a specific diff with r).  This can
+be useful on large files and undo trees to speed up Gundo.
 
-Default: 1 (auto preview diff)
+Default: 1 (automatically preview diffs)
 
 ==============================================================================
 4. License                                                      *GundoLicense*
--- a/site/index.html	Sat Jun 02 17:25:48 2012 -0400
+++ b/site/index.html	Sat Jun 02 17:28:40 2012 -0400
@@ -332,7 +332,11 @@
                 <a name="gundo_statusline"></a>
                 <h2>g:gundo_[preview/tree]_statusline</h2>
 
-                <p>Set these to a string to display it as the status line for each Gundo window.</p>
+                <p>
+                    Set this to 0 to disable automatically rendering preview diffs as you move
+                    through the undo tree (you can still render a specific diff with r).  This can
+                    be useful on large files and undo trees to speed up Gundo.
+                </p>
 
                 <p>Default: unset (windows use the default statusline)</p>