typo: g:gundo_return_to_window_on_revert -> g:gundo_return_on_revert
author |
Jacob Parker <j@cob.xxx> |
date |
Thu, 22 Aug 2013 11:11:24 -0400 |
parents |
4cfd0c756bea
|
children |
4206a55f9922
|
branches/tags |
(none) |
files |
autoload/gundo.vim |
Changes
--- 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