error out on unknown status

This commit is contained in:
gmarik 2011-08-04 21:11:31 -05:00
parent 60f299b227
commit b4e7ca5e55

View File

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