I was looking for some syntax highlighting goodness for handlebars in vim and the installation instructions say to do this...
cd ~/.vim/
git submodule add git://github.com/nono/vim-handlebars.git bundle/handlebars
What is the purpose of this and how does it differ form just cloning the repository in the bundle directory.