gundo.vim: Update documentation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 07 Dec 2015 15:59:32 +0000 |
parents |
cb51d5fdb559
|
children |
d987361dcfda
|
branches/tags |
(none) |
files |
gundo.vim/index.html |
Changes
--- a/gundo.vim/index.html Thu Feb 27 21:18:52 2014 -0500
+++ b/gundo.vim/index.html Mon Dec 07 15:59:32 2015 +0000
@@ -101,6 +101,7 @@
<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>
+ <li><a href="#gundo_return_on_revert">g:gundo_return_on_revert</a></li>
</ul>
</li>
<li><a href="#license">License</a></li>
@@ -359,6 +360,14 @@
</p>
<p>Default: 60</p>
+
+ <a name="gundo_return_on_revert"></a>
+ <h2>g:gundo_return_on_revert</h2>
+
+ <p>Set this to 0 to keep focus in the Gundo window after a revert.</p>
+
+ <p>Default: 1</p>
+
</section>
<section>
<a name="license"></a>
@@ -400,6 +409,16 @@
<h1>Changelog</h1>
<ol class="changelog">
+ <li>v2.6.0
+ <ul>
+ <li>
+ Fix several Python-related bugs.
+ </li>
+ <li>
+ Add <code>g:gundo_return_on_revert</code> option.
+ </li>
+ </ul>
+ </li>
<li>v2.5.0
<ul>
<li>