Browse Source

error out on unknown status

pull/73/head
gmarik 15 years ago
parent
commit
b4e7ca5e55
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      autoload/vundle/installer.vim

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

@ -63,6 +63,8 @@ func! vundle#installer#install(bang, name) abort
echohl None
exe ":sign place ".line('.')." line=".line('.')." name=VuEr buffer=" . bufnr("$")
sleep 1
else
throw 'whoops, unknown status:'.status
endif
endf


Loading…
Cancel
Save