# HG changeset patch # User Steve Losh # Date 1373502933 14400 # Node ID 8a07fa467652372a8126f82120bd28502e03acee # Parent 3d498f9f885df378e3839f361f4c3b83ca8e31bd gundo.vim: Update documentation. diff -r 3d498f9f885d -r 8a07fa467652 gundo.vim/index.html --- a/gundo.vim/index.html Wed Jul 10 20:25:49 2013 -0400 +++ b/gundo.vim/index.html Wed Jul 10 20:35:33 2013 -0400 @@ -332,7 +332,11 @@

g:gundo_[preview/tree]_statusline

-

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

+

+ Set this to 0 to disable automatically rendering preview diffs as you move + through the undo tree (you can still render a specific diff with r). This can + be useful on large files and undo trees to speed up Gundo. +

Default: unset (windows use the default statusline)

@@ -384,7 +388,17 @@

Changelog

    -
  1. v2.3.1 +
  2. v2.5.0 +
      +
    • + Fix the help window to take custom mappings into account. +
    • +
    • + Add g:gundo_playback_delay option. +
    • +
    +
  3. +
  4. v2.4.0
    • Add auto preview option. @@ -392,6 +406,9 @@
    • Add 'r' mapping to preview current state.
    • +
    • + Add public gundo#GundoShow() and gundo#GundoHide() functions. +
  5. v2.3.0