hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
MIT License
876 stars 37 forks source link

Placeholder more than 9 have issues #272

Closed kazuto-ki closed 1 year ago

kazuto-ki commented 1 year ago

I am trying to create custom snippets and they have many placeholders and the issues I am facing is that if I have placeholder, for example $11, $12, ... $19, These all take the same values as $1 placeholder. Is there a fix for this?