maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Fix installation failure handling #14

Closed awidegreen closed 6 years ago

awidegreen commented 6 years ago

Specifying a package which doesn't exsit (locally or remotely) will fail to install. However, the git repo directory and the packfile will still be updated/initialized with the specific package. This introduces the appropriate failure handling.

maralla commented 6 years ago

Thanks!