Open flyfishMT opened 5 years ago
Unfortunately, there are not many people currently monitoring vundle's issues. I sometimes come through, but unfortunately I don't have a windows machine and I have never used vim on windows. I regret to say that I think windows users might find using a different plugin manager easier for them. (Although I love vundle for macOS/linux systems).
Good luck!
Ok thanks for letting me know
curl is now included with Windows 10 - https://blogs.technet.microsoft.com/virtualization/2017/12/19/tar-and-curl-come-to-windows/
C:\Users\myusername>curl --version curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL Release-Date: [unreleased] Protocols: dict file ftp ftps http https imap imaps pop3 pop3s smtp smtps telnet tftp Features: AsynchDNS IPv6 Largefile SSPI Kerberos SPNEGO NTLM SSL
I have used it to get the list of vim plugins:
curl http://vim-scripts.org/api/scripts.json
Yet, when I run any vundle commands, I get
"Error curl or wget is not available!"
Thanks