Fix a missing tag on the site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 09 Mar 2011 19:53:11 -0500 |
parents |
b9c0675ba003
|
children |
dc582486455b
|
branches/tags |
(none) |
files |
site/index.html |
Changes
--- a/site/index.html Wed Mar 09 19:46:28 2011 -0500
+++ b/site/index.html Wed Mar 09 19:53:11 2011 -0500
@@ -360,25 +360,28 @@
<ol class="changelog">
<li>v2.1.0
- <li>
- Warnings about having an incompatible Vim and/or
- Python installation are now deferred until the
- first time you try to use Gundo, instead of being
- displayed on launch.
- </li>
- <li>
- The <code>j</code> and <code>k</code> mappings are
- now configurable with
- <code>g:gundo_map_move_older</code> and
- <code>g:gundo_map_move_newer</code>.
- </li>
- <li>
- The o, <code>Up</code> and <code>Down</code> keys
- are now mapped in the Gundo pane.
- </li>
- <li>
- Improve and add several unit tests for Gundo.
- </li>
+ <ul>
+ <li>
+ Warnings about having an incompatible Vim and/or
+ Python installation are now deferred until the
+ first time you try to use Gundo, instead of being
+ displayed on launch.
+ </li>
+ <li>
+ The <code>j</code> and <code>k</code> mappings are
+ now configurable with
+ <code>g:gundo_map_move_older</code> and
+ <code>g:gundo_map_move_newer</code>.
+ </li>
+ <li>
+ The <code>o</code>, <code>Up</code> and
+ <code>Down</code> keys are now mapped in the
+ Gundo pane.
+ </li>
+ <li>
+ Improve and add several unit tests for Gundo.
+ </li>
+ </ul>
</li>
<li>v2.0.0
<ul>