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

git clone recursively? #124

Closed sujaymansingh closed 11 years ago

sujaymansingh commented 11 years ago

At the moment, if I specify a git repository as a plugin that has (and depends upon) a git submodule then the plugin doesn't work. e.g. github:kevinw/pyflakes-vim

When VAM clones a git repository (I believe in autoload/vam/vcs.vim) could it use --recursive? If it does that then such plugins will work first time. (At the moment I have to manually fetch the git submodule.)