# HG changeset patch # User Steve Losh # Date 1373503050 14400 # Node ID 2aa508b4fa144474f2015a5db1f34093d66691c8 # Parent 7e8e29eb98ed472bb37b75cdcc0b244d574463fa gundo.vim: Update documentation. diff -r 7e8e29eb98ed -r 2aa508b4fa14 gundo.vim/index.html --- a/gundo.vim/index.html Wed Jul 10 20:36:00 2013 -0400 +++ b/gundo.vim/index.html Wed Jul 10 20:37:30 2013 -0400 @@ -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