diff --git a/autoload/vundle/scripts.vim b/autoload/vundle/scripts.vim index b6b6a5e..bf811a9 100644 --- a/autoload/vundle/scripts.vim +++ b/autoload/vundle/scripts.vim @@ -17,7 +17,6 @@ endf func! vundle#scripts#install() abort let line = substitute(substitute(getline('.'), '\s*Bundle\s*','','g'), "'",'','g') call vundle#installer#install(0, line) - redraw! endf func! s:display(headers, results)