Browse Source

remove extra redraw

pull/10/head
gmarik 15 years ago
parent
commit
3de88b4644
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      autoload/vundle/scripts.vim

+ 0
- 1
autoload/vundle/scripts.vim 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)


Loading…
Cancel
Save