# HG changeset patch # User Steve Losh # Date 1299716961 18000 # Node ID 9cc5f6d3bcb8677590640ade1c3ecd0fb413a1e3 # Parent 7eecd2329bf0f9b53292d991e45eaebb723b273c Rearrange default settings and tweak some spacing. diff -r 7eecd2329bf0 -r 9cc5f6d3bcb8 plugin/gundo.vim --- a/plugin/gundo.vim Sun Feb 27 15:53:34 2011 -0800 +++ b/plugin/gundo.vim Wed Mar 09 19:29:21 2011 -0500 @@ -60,6 +60,12 @@ 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 @@ "{{{ 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