From 3112626d7f4223b2e1a0e22dd8203442a8504858 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 20 Oct 2010 19:12:32 -0400 Subject: [PATCH] Factor out the buffer mappings into functions. --- plugin/gundo.vim | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 0a01f2a..8f7b941 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -89,13 +89,31 @@ function! s:GundoMove(direction) endfunction "}}} +"{{{ Gundo Buffer Mappings +function! s:GundoMapGraph() + nnoremap