# HG changeset patch # User Steve Losh <steve@stevelosh.com> # Date 1328669854 18000 # Node ID ec1287e0e0cde39314741937e368df7ecc5f513e # Parent 41d7edb93bf213f552345757cb7657acc9f58005 gundo.vim: Update documentation. diff -r 41d7edb93bf2 -r ec1287e0e0cd gundo.vim/index.html --- 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>