fd5451a097a2

gundo.vim: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 20 Mar 2012 13:37:25 -0400
parents ec1287e0e0cd
children ff4f055bb7f9
branches/tags (none)
files gundo.vim/index.html

Changes

--- a/gundo.vim/index.html	Tue Feb 07 21:57:34 2012 -0500
+++ b/gundo.vim/index.html	Tue Mar 20 13:37:25 2012 -0400
@@ -99,6 +99,7 @@
                             <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>
+                            <li><a href="#gundo_auto_preview">g:gundo_auto_preview</a></li>
                         </ul>
                     </li>
                     <li><a href="#license">License</a></li>
@@ -334,6 +335,14 @@
                 <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>
+
+
+                <a name="#gundo_auto_preview"></a>
+                <h2>g:gundo_auto_preview</h2>
+
+                <p>Set this to 1 to rendering diff automatically with cursor move.</p>
+
+                <p>Default: 1 (auto preview diff)</p>
             </section>
             <section>
                 <a name="license"></a>
@@ -375,6 +384,16 @@
                 <h1>Changelog</h1>
 
                 <ol class="changelog">
+                    <li>v2.3.1
+                        <ul>
+                            <li>
+                                Add auto preview option.
+                            </li>
+                            <li>
+                                Add 'r' mapping to preview current state.
+                            </li>
+                        </ul>
+                    </li>
                     <li>v2.3.0
                         <ul>
                             <li>