gundo.vim: Update documentation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 07 Feb 2012 21:57:34 -0500 |
parents |
41d7edb93bf2
|
children |
fd5451a097a2
|
branches/tags |
(none) |
files |
gundo.vim/index.html |
Changes
--- a/gundo.vim/index.html Sun Feb 05 15:50:56 2012 -0500
+++ b/gundo.vim/index.html Tue Feb 07 21:57:34 2012 -0500
@@ -98,6 +98,7 @@
<li><a href="#gundo_disable">g:gundo_disable</a></li>
<li><a href="#gundo_map_move">g:gundo_map_move_[older/newer]</a></li>
<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>
</ul>
</li>
<li><a href="#license">License</a></li>
@@ -326,6 +327,13 @@
<p>Set this to 1 to automatically close the Gundo windows when reverting.</p>
<p>Default: 0 (windows do not automatically close)</p>
+
+ <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>Default: unset (windows use the default statusline)</p>
</section>
<section>
<a name="license"></a>
@@ -367,6 +375,20 @@
<h1>Changelog</h1>
<ol class="changelog">
+ <li>v2.3.0
+ <ul>
+ <li>
+ Add statusline configuration.
+ </li>
+ </ul>
+ </li>
+ <li>v2.2.2
+ <ul>
+ <li>
+ More performance improvements.
+ </li>
+ </ul>
+ </li>
<li>v2.2.1
<ul>
<li>