gundo.vim: Update documentation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 10 Jul 2013 20:35:33 -0400 |
parents |
3d498f9f885d
|
children |
7e8e29eb98ed
|
branches/tags |
(none) |
files |
gundo.vim/index.html |
Changes
--- a/gundo.vim/index.html Wed Jul 10 20:25:49 2013 -0400
+++ b/gundo.vim/index.html Wed Jul 10 20:35:33 2013 -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>
@@ -384,7 +388,17 @@
<h1>Changelog</h1>
<ol class="changelog">
- <li>v2.3.1
+ <li>v2.5.0
+ <ul>
+ <li>
+ Fix the help window to take custom mappings into account.
+ </li>
+ <li>
+ Add <code>g:gundo_playback_delay</code> option.
+ </li>
+ </ul>
+ </li>
+ <li>v2.4.0
<ul>
<li>
Add auto preview option.
@@ -392,6 +406,9 @@
<li>
Add 'r' mapping to preview current state.
</li>
+ <li>
+ Add public <code>gundo#GundoShow()</code> and <code>gundo#GundoHide()</code> functions.
+ </li>
</ul>
</li>
<li>v2.3.0