typo: g:gundo_return_to_window_on_revert -> g:gundo_return_on_revert

This commit is contained in:
Jacob Parker 2013-08-22 11:11:24 -04:00
parent c8f2c67c77
commit 330723d386

View File

@ -53,7 +53,7 @@ if !exists("g:gundo_playback_delay")"{{{
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