remove extra redraw
This commit is contained in:
parent
a4a3a23658
commit
3de88b4644
@ -17,7 +17,6 @@ endf
|
|||||||
func! vundle#scripts#install() abort
|
func! vundle#scripts#install() abort
|
||||||
let line = substitute(substitute(getline('.'), '\s*Bundle\s*','','g'), "'",'','g')
|
let line = substitute(substitute(getline('.'), '\s*Bundle\s*','','g'), "'",'','g')
|
||||||
call vundle#installer#install(0, line)
|
call vundle#installer#install(0, line)
|
||||||
redraw!
|
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! s:display(headers, results)
|
func! s:display(headers, results)
|
||||||
|
Loading…
Reference in New Issue
Block a user