From e8c962156c021f7742daf5624d33674550e19054 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 7 Aug 2011 22:56:41 -0500 Subject: [PATCH] commenting --- autoload/vundle/installer.vim | 3 ++- autoload/vundle/scripts.vim | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 7c7fc1f..22f5357 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -13,7 +13,8 @@ func! vundle#installer#new(bang, ...) abort redraw! exec ':norm '.(a:bang ? 'I' : 'i') sleep 1m - exec ":+1" + " goto next one + exec ':+1' endfor redraw! diff --git a/autoload/vundle/scripts.vim b/autoload/vundle/scripts.vim index bbad8c2..06c6d3e 100644 --- a/autoload/vundle/scripts.vim +++ b/autoload/vundle/scripts.vim @@ -68,6 +68,7 @@ func! vundle#scripts#view(title, headers, results) setl ft=vundle call vundle#scripts#setup_view() + " goto first line after headers exec ':'.(len(a:headers) + 1) endf