Browse Source

micro sleep

- to display message properly
pull/73/head
gmarik 15 years ago
parent
commit
ed0610c916
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      autoload/vundle/installer.vim

+ 3
- 2
autoload/vundle/installer.vim View File

@ -8,6 +8,7 @@ func! vundle#installer#new(bang, ...) abort
exec ":1"
redraw!
sleep 1m
for l in range(1,len(names))
exec ":+1"
@ -48,9 +49,9 @@ func! vundle#installer#install(bang, name) abort
echo 'Installing '.b.name
exe ":sign place ".line('.')." line=".line('.')." name=VuAc buffer=" . bufnr("$")
let status = s:sync(a:bang, b)
sleep 1m
redraw!
let status = s:sync(a:bang, b)
if 'updated' == status
echo b.name.' installed'


Loading…
Cancel
Save