bronson / vim-update-bundles

Use Pathogen and Git to manage your Vim plugins.
91 stars 13 forks source link

Autodetect submodules #25

Closed bronson closed 13 years ago

bronson commented 13 years ago

If a .gitmodules file exists above the bundles directory, we can be confident the user wants to use submodules.

This will remove the need for the --submodule flag and the config file!