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

Online list of known plugins is empty #144

Closed ZyX-I closed 10 years ago

ZyX-I commented 10 years ago

From https://bitbucket.org/vimcommunity/vim-pi/issue/89/online-list-of-known-plugins-is-empty:

There are interesting lines in downloader:

  git clone --depth 1 git://github.com/MarcWeber/vim-addon-manager.git .vim/vim-addons/vim-addon-manager
  ( cd  vim-addon-manager; git chekout HEAD~20; )

. This means that downloader uses whichever commit was the 20’th generation ancestor of the current vim-addon-manager commit. Of course this does not work: this ancestor is still using vim-addon-manager-known-repositories without rebranding. This line was added in the commit with pretty verbose and all-explaining message “update downloader” pushed by @MarcWeber.


I have done what I thought is necessary to fix the downloader. But I will not do anything to this line without knowing the reason why it was added.