remove extra redraw

This commit is contained in:
gmarik 2011-03-19 16:16:43 -05:00
parent a4a3a23658
commit 3de88b4644

View File

@ -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)