From e7a1ecf24430808b6b92915d3c2e2bb84a429333 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Sun, 13 Mar 2011 16:24:08 -0400 Subject: [PATCH] Update changelog. --- doc/gundo.txt | 2 ++ site/index.html | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/gundo.txt b/doc/gundo.txt index d9d3995..3ee2b48 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -211,6 +211,8 @@ GitHub: http://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* +v2.1.1 + * Fix a bug with the movement key mappings. v2.1.0 * Warnings about having an incompatible Vim and/or Python installation are now deferred until the first time you try to use Gundo, instead diff --git a/site/index.html b/site/index.html index 3d6b2b5..338fac9 100644 --- a/site/index.html +++ b/site/index.html @@ -359,7 +359,13 @@ let g:gundo_right = 1

Changelog

    -
  1. v2.1.0 +
  2. v2.1.1 +
      +
    • + Fix a bug with the movement key mappings. +
    • +
    +
  3. v2.1.0
    • Warnings about having an incompatible Vim and/or