From d92ceb52420b0148c576e4cd169e065142d50cdb Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 20 Oct 2010 19:03:35 -0400 Subject: [PATCH] Edit section header. --- plugin/gundo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('.')