eb9fc8676b89

Fix site
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Jul 2013 20:37:26 -0400
parents 3864df89353d
children 7ec49c438c41 1d8370c9bf7f 4cfd0c756bea 9a42f3562a99
branches/tags (none)
files site/index.html

Changes

--- a/site/index.html	Wed Jul 10 20:33:08 2013 -0400
+++ b/site/index.html	Wed Jul 10 20:37:26 2013 -0400
@@ -56,7 +56,7 @@
                 <p>
                     You know that Vim lets you undo changes like any text editor. What you might
                     not know is that it doesn't just keep a list of your changes &mdash; it keeps
-                    a goddamed <a href="http://vim.wikia.com/wiki/Using_undo_branches">tree</a> of them.
+                    a <a href="http://vim.wikia.com/wiki/Using_undo_branches">tree</a> of them.
                 </p>
 
                 <p>
@@ -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>
@@ -388,6 +400,16 @@
                 <h1>Changelog</h1>
 
                 <ol class="changelog">
+                    <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>