From 33bb1503b75c841996065a1ef777e7fb51483a80 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 8 Oct 2010 22:10:04 -0400 Subject: [PATCH] Moar. Done for now. --- plugin/gundo.vim | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/plugin/gundo.vim b/plugin/gundo.vim index 611f871..81776b1 100644 --- a/plugin/gundo.vim +++ b/plugin/gundo.vim @@ -26,6 +26,9 @@ function! s:GundoOpenBuffer() exe "vnew __Gundo__" wincmd H exe "vertical resize " . g:gundo_width + nnoremap