From f9bd145fd66cfde6fef48b6f2b61aa9da788dcd3 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 9 Mar 2011 19:53:11 -0500 Subject: [PATCH] Fix a missing tag on the site. --- site/index.html | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/site/index.html b/site/index.html index fcd6a9a..3d6b2b5 100644 --- a/site/index.html +++ b/site/index.html @@ -360,25 +360,28 @@ let g:gundo_right = 1
  1. v2.1.0 -
  2. - 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. -
  3. -
  4. - The j and k mappings are - now configurable with - g:gundo_map_move_older and - g:gundo_map_move_newer. -
  5. -
  6. - The o, Up and Down keys - are now mapped in the Gundo pane. -
  7. -
  8. - Improve and add several unit tests for Gundo. -
  9. +
  10. v2.0.0