# HG changeset patch # User heavenshell # Date 1329319645 -32400 # Node ID 058932e3038a90c35ec52570ef0ee2de8942cdab # Parent ddedb62323868396d24d7dc3639b29fbb3ccb48b Add auto preview global option diff -r ddedb6232386 -r 058932e3038a site/index.html --- a/site/index.html Thu Feb 16 00:18:49 2012 +0900 +++ b/site/index.html Thu Feb 16 00:27:25 2012 +0900 @@ -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,13 @@

    Changelog

      +
    1. v2.3.1 +
        +
      • + Add auto preview option. +
      • +
      +
    2. v2.3.0