# HG changeset patch
# User Steve Losh
- Pressing return on a state (or double clicking on it) will revert the contents
- of the file to match that state.
+ Pressing return
on a state (or double clicking on it) will
+ revert the contents of the file to match that state.
+
+ You can use p
on a state to make the preview window show the
+ diff between your current state and the selected state, instead of a preview
+ of what the selected state changed.
@@ -274,6 +282,25 @@
Default: 0 (off, open on the left side)
+ + +Set this to 0 to disable the help text in the Gundo graph window.
+ +Default: 1 (show the help)
+ + +Set this to 1 to disable Gundo entirely.
+ +
+ Useful if you use the same ~/.vim
folder on
+ multiple machines, and some of them may not have Python support.
+
Default: 0 (Gundo is enabled as usual)
GundoToggle
close the Gundo windows if they're
+ visible but not the current window, instead of moving to them.
+ g:gundo_disable
setting.g:gundo_help
setting.p
mapping to preview the result of
+ reverting to the selected state.
+