Fix the default value for close_on_revert.
This commit is contained in:
parent
65da6e46fd
commit
584f1d52f8
@ -67,7 +67,7 @@ if !exists("g:gundo_map_move_newer")"{{{
|
||||
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"}}}
|
||||
|
||||
"}}}
|
||||
|
Loading…
Reference in New Issue
Block a user