# HG changeset patch # User Steve Losh # Date 1332265045 14400 # Node ID fd5451a097a28b3c2099e4ac880a81a5547fb946 # Parent ec1287e0e0cde39314741937e368df7ecc5f513e gundo.vim: Update documentation. diff -r ec1287e0e0cd -r fd5451a097a2 gundo.vim/index.html --- a/gundo.vim/index.html Tue Feb 07 21:57:34 2012 -0500 +++ b/gundo.vim/index.html Tue Mar 20 13:37:25 2012 -0400 @@ -99,6 +99,7 @@
  • g:gundo_map_move_[older/newer]
  • g:gundo_close_on_revert
  • g:gundo_[preview/tree]_statusline
  • +
  • g:gundo_auto_preview
  • License
  • @@ -334,6 +335,14 @@

    Set these to a string to display it as the status line for each Gundo window.

    Default: unset (windows use the default statusline)

    + + + +

    g:gundo_auto_preview

    + +

    Set this to 1 to rendering diff automatically with cursor move.

    + +

    Default: 1 (auto preview diff)

    @@ -375,6 +384,16 @@

    Changelog

      +
    1. v2.3.1 +
        +
      • + Add auto preview option. +
      • +
      • + Add 'r' mapping to preview current state. +
      • +
      +
    2. v2.3.0