kristijanhusak / vim-packager

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

Error (exit status 127) #1

Closed aeosynth closed 5 years ago

aeosynth commented 5 years ago

When running packager#update(), I get this error for already installed packages.

First issue :tada:

kristijanhusak commented 5 years ago

Go to that plugin line and press E, you should see stdout in preview window.

aeosynth commented 5 years ago
fish: Unsupported use of '&&'. In fish, please use 'COMMAND; and COMMAND'.
cd /home/james/.config/nvim/pack/packager/opt/vim-packager && git pull --ff-only --progress

need fish support

kristijanhusak commented 5 years ago

Dont know why i thought fish supports chaining with &&. Will fix it, thanks for reporting.

kristijanhusak commented 5 years ago

I fixed it, it will now use sh to run the commands, and restore to the default shell after running the commands.