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!