You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All mah :PlugInstall's fail in Command Prompt, with errors about missing find, and cd having too many arguments. Could the :PlugInstall implementation be refactored to not rely so much on GNU coreutils, but use Vim capabilities instead? That would help improve cross-compatibility with Windows environments.
#860 is merged which should resolve this issue (assuming that git bash is installed correctly and %PATH% is updated correctly). Use scoop to install git and busybox (for bash and Unix utils) if the situation persists.
All mah
:PlugInstall
's fail in Command Prompt, with errors about missingfind
, andcd
having too many arguments. Could the:PlugInstall
implementation be refactored to not rely so much on GNU coreutils, but use Vim capabilities instead? That would help improve cross-compatibility with Windows environments..vimrc: https://github.com/mcandre/dotfiles/blob/224cc2109d95d3fd53e95d83a8b664623f9caf93/.vimrc
System:
The text was updated successfully, but these errors were encountered: