# HG changeset patch # User Steve Losh # Date 1304979681 14400 # Node ID 51dd823392dd6cb2e7538c0922b036a54c6ae469 # Parent 6326a648f69e71b84d0f87e60a7496c9ccd55393 gundo.vim: Update documentation. diff -r 6326a648f69e -r 51dd823392dd gundo.vim/index.html --- a/gundo.vim/index.html Sun Mar 13 16:25:59 2011 -0400 +++ b/gundo.vim/index.html Mon May 09 18:21:21 2011 -0400 @@ -11,11 +11,11 @@ /* */ @@ -51,7 +51,7 @@ title="gundo by stevelosh, on Flickr" >gundo - +

You know that Vim lets you undo changes like any text editor. What you might @@ -97,6 +97,7 @@

  • g:gundo_help
  • g:gundo_disable
  • g:gundo_map_move_[older/newer]
  • +
  • g:gundo_close_on_revert
  • License
  • @@ -318,6 +319,13 @@ gundo_map_move_older: "j"
    gundo_map_move_newer: "k"

    + + +

    g:gundo_close_on_revert

    + +

    Set this to 1 to automatically close the Gundo windows when reverting.

    + +

    Default: 0 (windows do not automatically close)

    @@ -357,15 +365,23 @@

    Changelog

    - +
      +
    1. v2.2.0 +
        +
      • + Add the g:gundo_close_on_revert setting. +
      • +
      +
    2. v2.1.1
      • Fix a bug with the movement key mappings.
      -
    3. v2.1.0 +
    4. +
    5. v2.1.0
      • Warnings about having an incompatible Vim and/or @@ -414,7 +430,7 @@

        Credits

        - +

        The graphing code was all taken from Mercurial, hence the GPLv2+ license.