# HG changeset patch # User Steve Losh # Date 1304989850 14400 # Node ID 321c5d51ee50a41952f00ab976c59553221c089e # Parent 69a7385eebb8b2abf982caf42ba0e0bdf0d3f8ca Fix the default value for close_on_revert. diff -r 69a7385eebb8 -r 321c5d51ee50 plugin/gundo.vim --- a/plugin/gundo.vim Mon May 09 18:31:54 2011 -0400 +++ b/plugin/gundo.vim Mon May 09 21:10:50 2011 -0400 @@ -67,7 +67,7 @@ let g:gundo_map_move_newer = 'k' endif"}}} if !exists("g:gundo_close_on_revert")"{{{ - let g:gundo_close_on_revert = 1 + let g:gundo_close_on_revert = 0 endif"}}} "}}}