I am using vim 7.3 on OSX Lion. I installed snipmate from garbas/vim-snipmate on github, and it appears that <tab>
doesn't work in certain places while <c-n>
does.
When I try to tab-complete an existing word in the file or if I want to tab-complete something from my ctags list, all I get is spaces being added...but <c-n>
works!
If I freely type for<tab>
, that does work.
Why is it not completing in some cases but does in others?