diff --git a/site/index.html b/site/index.html index 59c9db2..5d6f021 100644 --- a/site/index.html +++ b/site/index.html @@ -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 @@ let g:gundo_right = 1

    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 @@ let g:gundo_right = 1

    Changelog

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