# HG changeset patch # User Steve Losh # Date 1373503046 14400 # Node ID eb9fc8676b8959c3c2c95bf6b6e8f0f44317c5c0 # Parent 3864df89353de97a829427d0f1fc4c0905455e93 Fix site diff -r 3864df89353d -r eb9fc8676b89 site/index.html --- a/site/index.html Wed Jul 10 20:33:08 2013 -0400 +++ b/site/index.html Wed Jul 10 20:37:26 2013 -0400 @@ -56,7 +56,7 @@

You know that Vim lets you undo changes like any text editor. What you might not know is that it doesn't just keep a list of your changes — it keeps - a goddamed tree of them. + a tree of them.

@@ -100,6 +100,7 @@

  • g:gundo_close_on_revert
  • g:gundo_[preview/tree]_statusline
  • g:gundo_auto_preview
  • +
  • g:gundo_playback_delay
  • License
  • @@ -347,6 +348,17 @@

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

    Default: 1 (auto preview diff)

    + + +

    g:gundo_playback_delay

    + +

    + This is the delay in milliseconds between each change when running 'play to' + mode. Set this to a higher number for a slower playback or to a lower number + for a faster playback. +

    + +

    Default: 60

    @@ -388,6 +400,16 @@

    Changelog

      +
    1. v2.5.0 +
        +
      • + Fix the help window to take custom mappings into account. +
      • +
      • + Add g:gundo_playback_delay option. +
      • +
      +
    2. v2.4.0