diff --git a/plugin/gundo.vim b/plugin/gundo.vim index f1fbeaa..8b8b36d 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -60,6 +60,12 @@ endif"}}} if !exists('g:gundo_help')"{{{ let g:gundo_help = 1 endif"}}} +if !exists("g:gundo_map_move_older")"{{{ + let g:gundo_map_move_older = 'j' +endif"}}} +if !exists("g:gundo_map_move_newer")"{{{ + let g:gundo_map_move_newer = 'k' +endif"}}} "}}} @@ -426,14 +432,8 @@ endfunction"}}} "{{{ Gundo buffer settings function! s:GundoMapGraph()"{{{ - if !exists("g:gundo_map_move_older") - let g:gundo_map_move_older = 'j' - endif - if !exists("g:gundo_map_move_newer") - let g:gundo_map_move_newer = 'k' - endif - exec 'nnoremap