From 3de88b464444bf7650a543099d5b4b65dd53e237 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 19 Mar 2011 16:16:43 -0500 Subject: [PATCH] remove extra redraw --- autoload/vundle/scripts.vim | 1 - 1 file changed, 1 deletion(-) 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)