# HG changeset patch
# User Steve Losh
# Date 1449503972 0
# Node ID 1229c8669d2f630365bd751966a6e99fa588ec0a
# Parent cb51d5fdb559f82f61292b0a33c4c0da77dfd5be
gundo.vim: Update documentation.
diff -r cb51d5fdb559 -r 1229c8669d2f gundo.vim/index.html
--- a/gundo.vim/index.html Thu Feb 27 21:18:52 2014 -0500
+++ b/gundo.vim/index.html Mon Dec 07 15:59:32 2015 +0000
@@ -101,6 +101,7 @@
g:gundo_[preview/tree]_statusline
g:gundo_auto_preview
g:gundo_playback_delay
+ g:gundo_return_on_revert
License
@@ -359,6 +360,14 @@
Default: 60
+
+
+ g:gundo_return_on_revert
+
+ Set this to 0 to keep focus in the Gundo window after a revert.
+
+ Default: 1
+
@@ -400,6 +409,16 @@
Changelog
+ - v2.6.0
+
+ -
+ Fix several Python-related bugs.
+
+ -
+ Add
g:gundo_return_on_revert
option.
+
+
+
- v2.5.0