error out on unknown status
This commit is contained in:
parent
60f299b227
commit
b4e7ca5e55
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user