-
Notifications
You must be signed in to change notification settings - Fork 159
Vim-plug update step doesn't report errors #718
Comments
The way Topgrade checks for failure is by checking the program's exit code, as it does for Vim too. If you're not seeing an error it means that Vim returned 0 dispite the failure. this is the Vim script used to upgrade packages. I'm not a Vim expert in any way. Does anyone know of a way to fix the script to cause Vim to return non-zero exist code on errors? |
I am not sure why this sometimes fails. When I run |
I don't think the vim upgrade is failing but something is calling a git log ( |
@r-darwish to exit with a non 0 exit status, use EDIT: @wbthomason #756 doesn't actually fix Packer (not for me at least). |
@Corey-Keller Can you elaborate (maybe over at #756)? |
@wbthomason can done! |
I just realized that topgrade never upgraded my neovim plugins but still reported that everything went fine. It just says:
However if I dry run topgrade and manually run the command (on Arch) this happens:
Additional details:
Arch Linux and Ubuntu
On Arch from the AUR and on Ubuntu from GitHub. Both have the same issue.
On Ubuntu:
On Arch:
The text was updated successfully, but these errors were encountered: