# HG changeset patch # User Steve Losh # Date 1299718218 18000 # Node ID 10485825468ec172cd322d3238803df4ee43c033 # Parent a026ff3f097aeefe35faba20166172579bd101c9 gundo.vim: Update documentation. diff -r a026ff3f097a -r 10485825468e gundo.vim/index.html --- a/gundo.vim/index.html Wed Mar 09 19:34:30 2011 -0500 +++ b/gundo.vim/index.html Wed Mar 09 19:50:18 2011 -0500 @@ -359,6 +359,27 @@

Changelog

    +
  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