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