snipmate-snippets
snipmate-snippets copied to clipboard
snipMate cannot properly handle snippets that contain tags like "<+foobar+>"
example is "va.snippet": "validates_associated :<+attribute+><+, :on => :<+:create+>+>"
so, if I write "va
Hovewer, snippets like "sweeper.snippet" are working well.
I use vim 7.2.182, Linux, and latest of scrooloose/snipmate-snippets and scrooloose/vimfiles.
I tried to solve this myself, and found that there's doc/imaps.txt document, but no plugin/imaps.vim, googled for that, put it into plugin/ and even got some example IMAPS with "<+...+>" working, but snipMate behavior is still the same. It ignores presence of imaps.vim
it's doing the same thing on macvim
Same problem. How will fix it?