garbas/vim-snipmate

Part of snippet being recognized

rafzielinski opened this issue · 1 comments

Hi, I've got some strange issue I never had before with this great plugin.
Maybe there is an option to handle this but I couldn't find anything within the repo/issues.

When I'm editing a CSS/SCSS file and I'll type d:f<tab> it recognizes both d:f and f which results in option choice prompt:

1: (d:f) (/home/raf/.vim/plugged/vim-snippets/snippets/css.snippets:454)
2: (f) (/home/raf/.vim/plugged/vim-snippets/snippets/css.snippets:634)
Type number and <Enter> or click with mouse (empty cancels):

I'd like it to work as it used to for me, to recognize full alias and not parts of it.

NVM me, I was still on UltiSnips 🙈 🤦