I can't get snipMate to work. Downloaded a brand-new gVim (windows 64, btw) dropped a pathogen.vim file straight from github into my vimfiles/autoload folder and copied the snipMate's files to vimfiles/bundle/snipMate.vim
I'm using the article's _vimrc.
:scriptnames lists the "plugin/snipMate.vim" files from both the "snipmate.vim/" and "snipmate.vim/after"
But when I type some snippet (like a "for" in a *.c file) and press tab, a single space (not a tab) is inserted. Pressing tabs on non-snippets inserts a tab like expected.
I'm using the article's _vimrc.
:scriptnames lists the "plugin/snipMate.vim" files from both the "snipmate.vim/" and "snipmate.vim/after"
But when I type some snippet (like a "for" in a *.c file) and press tab, a single space (not a tab) is inserted. Pressing tabs on non-snippets inserts a tab like expected.
Am I missing something here?