From d4d1fd7092e54b5d5264789365ecdf6b799bd33b Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sat, 2 Jun 2012 17:28:40 -0400 Subject: [PATCH] Update help text a bit. --- doc/gundo.txt | 6 ++++-- site/index.html | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/gundo.txt b/doc/gundo.txt index e43620d..f047feb 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -210,9 +210,11 @@ Default: unset (windows use the default statusline) ------------------------------------------------------------------------------ 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* diff --git a/site/index.html b/site/index.html index 1d28587..f86f143 100644 --- a/site/index.html +++ b/site/index.html @@ -332,7 +332,11 @@ let g:gundo_right = 1

g:gundo_[preview/tree]_statusline

-

Set these to a string to display it as the status line for each Gundo window.

+

+ 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: unset (windows use the default statusline)