Fix a missing tag on the site.

This commit is contained in:
Steve Losh 2011-03-09 19:53:11 -05:00
parent 4bc2696209
commit f9bd145fd6

View File

@ -360,25 +360,28 @@ let g:gundo_right = 1
<ol class="changelog"> <ol class="changelog">
<li>v2.1.0 <li>v2.1.0
<li> <ul>
Warnings about having an incompatible Vim and/or <li>
Python installation are now deferred until the Warnings about having an incompatible Vim and/or
first time you try to use Gundo, instead of being Python installation are now deferred until the
displayed on launch. first time you try to use Gundo, instead of being
</li> displayed on launch.
<li> </li>
The <code>j</code> and <code>k</code> mappings are <li>
now configurable with The <code>j</code> and <code>k</code> mappings are
<code>g:gundo_map_move_older</code> and now configurable with
<code>g:gundo_map_move_newer</code>. <code>g:gundo_map_move_older</code> and
</li> <code>g:gundo_map_move_newer</code>.
<li> </li>
The o, <code>Up</code> and <code>Down</code> keys <li>
are now mapped in the Gundo pane. The <code>o</code>, <code>Up</code> and
</li> <code>Down</code> keys are now mapped in the
<li> Gundo pane.
Improve and add several unit tests for Gundo. </li>
</li> <li>
Improve and add several unit tests for Gundo.
</li>
</ul>
</li> </li>
<li>v2.0.0 <li>v2.0.0
<ul> <ul>