Skip to content

Commit

Permalink
typo: g:gundo_return_to_window_on_revert -> g:gundo_return_on_revert
Browse files Browse the repository at this point in the history
  • Loading branch information
j3parker committed Aug 22, 2013
1 parent c8f2c67 commit 330723d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/gundo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330723d

Please sign in to comment.