kristijanhusak / vim-packager

Vim plugin manager that utilizes "jobs" and "pack" features.
MIT License
245 stars 9 forks source link

With default value of jobs, PackagerUpdate freezes at 9 updated plugins #8

Closed mcepl closed 4 years ago

mcepl commented 5 years ago

With the default call packager#init() when calling command :PackagerUpdate it freezes with status “9 of 60 updates”. I had to switch to {'jobs': 0} to get updates working (although, now the command seems unnervingly too fast, I am not sure whether the update actually happened).

Using neovim from the master branch of the github repo (commit bb24fec33 if it matters).

kristijanhusak commented 5 years ago

It freezes in terms that you cannot move the cursor, or it just stops installing/updating?

Also, did you try any other number for jobs like 3 or 5?

mcepl commented 5 years ago

The latter. Damn, I cannot reproduce anymore. Really, not sure what was going on. Internet connection was a bit choppier, but not that horrible.

kristijanhusak commented 5 years ago

Did it stop on specific package, when it happened?

Keep an eye on it and report if it happens again. Couldn't really guess what happened except the bad connection.

kristijanhusak commented 4 years ago

Closing due to inactivity.