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

overload vim-addons directory path #164

Closed cprn closed 9 years ago

cprn commented 9 years ago

allow to specify vim-addons directory in .vimrc instead of hardcoding it in the function itself; especially useful for users who tar-ball whole $HOME/.vim directory as their config without including all of the third-party add-ons that will checkout from repositories in new environment any way

MarcWeber commented 9 years ago

I feel this pull request is adding more bloat than value. The code you're changing is sample code every user ought to adjust to his liking anyway. It doesn't make much sense to get a value from the dictionary which the sample code doesn't set.