hrsh7th / vim-vsnip

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

Fix #272 #273

Closed uga-rosa closed 1 year ago

uga-rosa commented 1 year ago

Since s:seq() is not used here, the first character of the string is taken out by [0]. Fix #272

hrsh7th commented 1 year ago

Thank you!