minpac#update Not Working
trisys3 opened this issue · 1 comments
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
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.