MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Consider defaulting to https:// over git:// or hg:// transport wherever possible #89

Closed holygeek closed 11 years ago

holygeek commented 11 years ago

It would help people behind clueless^Wstrict corporate firewall rules that blocks outgoing connection.

github.com (for git) and googlecode.com (for hg) both support https:// transport so that should cover majority of the addons, I guess.

Thanks.

ZyX-I commented 11 years ago

Duplicate of issue #62.