058932e3038a

Add auto preview global option
[view raw] [browse files]
author heavenshell <heavenshell.jp@gmail.com>
date Thu, 16 Feb 2012 00:27:25 +0900
parents ddedb6232386
children 11dca79bf921
branches/tags (none)
files site/index.html

Changes

--- a/site/index.html	Thu Feb 16 00:18:49 2012 +0900
+++ b/site/index.html	Thu Feb 16 00:27:25 2012 +0900
@@ -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,13 @@
                 <h1>Changelog</h1>
 
                 <ol class="changelog">
+                    <li>v2.3.1
+                        <ul>
+                            <li>
+                                Add auto preview option.
+                            </li>
+                        </ul>
+                    </li>
                     <li>v2.3.0
                         <ul>
                             <li>