# HG changeset patch # User Jacob Parker # Date 1377184284 14400 # Node ID 82d287f206dc4008c0359c953defd14ce775c9df # Parent 4cfd0c756bea8cf265afef8d222d33a3d94c351d typo: g:gundo_return_to_window_on_revert -> g:gundo_return_on_revert diff -r 4cfd0c756bea -r 82d287f206dc autoload/gundo.vim --- a/autoload/gundo.vim Thu Aug 22 10:45:10 2013 -0400 +++ b/autoload/gundo.vim Thu Aug 22 11:11:24 2013 -0400 @@ -53,7 +53,7 @@ let g:gundo_playback_delay = 60 endif"}}} if !exists("g:gundo_return_on_revert")"{{{ - let g:gundo_return_to_window_on_revert = 1 + let g:gundo_return_on_revert = 1 endif"}}} let s:has_supported_python = 0