diff --git a/plugin/gundo.vim b/plugin/gundo.vim index d8ee5ed..cbf965e 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -52,7 +52,7 @@ if !exists('g:gundo_width') endif "}}} -"{{{ Movement Mappings +"{{{ Movement function! s:GundoMove(direction) let start_line = getline('.')