k-takata / minpac

A minimal package manager for Vim 8+ (and Neovim)
835 stars 30 forks source link

minpac#update Not Working #142

Closed trisys3 closed 3 years ago

trisys3 commented 3 years ago

call minpac#update() is not doing anything. It just opens a new window & logs "## minpac update progress ##", then sits there. I have had it going for at least 5 minutes.

This is happening for me with a new vim installation on a Mac, and also with a quite old installation on Termux. I have generally kept the Termux up-to-date. I don't remember when the last time I called minpac#update() was , but it was at least a couple months ago. As you can tell from the below, the last minpac commit was from November 29.

Mac: version: Big Sur 11.5.2 vim version: 8.2, patches: 1-2029 minpac last commit: 6cf985

Termux: Android version: 10 vim version: 8.2, patches: 1-2800 minpac last commit: 093f00

trisys3 commented 3 years ago

Nevermind, I had packages added only when !exists('*minpac#init'), which I guess was never true. I don't remember where I got that from, but I had 'minpac_loaded' instead on a 3rd computer, and that exists if minpac does, which is what I wanted.