From 8a77bbfa35d4c805cfd88ce987dad261eb584d49 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 7 Aug 2011 22:30:57 -0500 Subject: [PATCH] start from current line --- autoload/vundle/installer.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 8c75268..7c7fc1f 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -10,10 +10,10 @@ func! vundle#installer#new(bang, ...) abort sleep 1m for l in range(1,len(names)) - exec ":+1" redraw! exec ':norm '.(a:bang ? 'I' : 'i') sleep 1m + exec ":+1" endfor redraw!