For some reason vim-snipmate doesn't want to complete snippets with tab. I have the following in my .vimrc, and used the vundle install settings for vim-snipmate. Vundle installed the plugins inside '~/.vim/bundle/'. I've tried adding
set runtimepath^=~/.vim/bundle/vim-snipmate
and
set runtimepath^=~/.vim/bundle/vim-snipmate/after
to my .vimrc, but with no success. Any suggestions? What am I missing?