Fix the default value for close_on_revert.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 09 May 2011 21:10:50 -0400 |
parents |
69a7385eebb8
|
children |
f5061b732d90
8269dd71e3cd
0d92eaf03c6a
|
branches/tags |
(none) |
files |
plugin/gundo.vim |
Changes
--- 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"}}}
"}}}