typo: g:gundo_return_to_window_on_revert -> g:gundo_return_on_revert
This commit is contained in:
parent
c8f2c67c77
commit
330723d386
@ -53,7 +53,7 @@ if !exists("g:gundo_playback_delay")"{{{
|
|||||||
let g:gundo_playback_delay = 60
|
let g:gundo_playback_delay = 60
|
||||||
endif"}}}
|
endif"}}}
|
||||||
if !exists("g:gundo_return_on_revert")"{{{
|
if !exists("g:gundo_return_on_revert")"{{{
|
||||||
let g:gundo_return_to_window_on_revert = 1
|
let g:gundo_return_on_revert = 1
|
||||||
endif"}}}
|
endif"}}}
|
||||||
|
|
||||||
let s:has_supported_python = 0
|
let s:has_supported_python = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user