gundo.vim: Update documentation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 10 Jul 2013 20:37:30 -0400 |
parents |
7e8e29eb98ed
|
children |
f1d02f8944b8
|
branches/tags |
(none) |
files |
gundo.vim/index.html |
Changes
--- a/gundo.vim/index.html Wed Jul 10 20:36:00 2013 -0400
+++ b/gundo.vim/index.html Wed Jul 10 20:37:30 2013 -0400
@@ -100,6 +100,7 @@
<li><a href="#gundo_close_on_revert">g:gundo_close_on_revert</a></li>
<li><a href="#gundo_statusline">g:gundo_[preview/tree]_statusline</a></li>
<li><a href="#gundo_auto_preview">g:gundo_auto_preview</a></li>
+ <li><a href="#gundo_playback_delay">g:gundo_playback_delay</a></li>
</ul>
</li>
<li><a href="#license">License</a></li>
@@ -347,6 +348,17 @@
<p>Set this to 1 to rendering diff automatically with cursor move.</p>
<p>Default: 1 (auto preview diff)</p>
+
+ <a name="#gundo_playback_delay"></a>
+ <h2>g:gundo_playback_delay</h2>
+
+ <p>
+ This is the delay in milliseconds between each change when running 'play to'
+ mode. Set this to a higher number for a slower playback or to a lower number
+ for a faster playback.
+ </p>
+
+ <p>Default: 60</p>
</section>
<section>
<a name="license"></a>