hrsh7th / vim-vsnip-integ

vim-vsnip integrations to other plugins.
MIT License
128 stars 16 forks source link

Use Position.vim_to_lsp() to support multibyte characters #55

Closed matsui54 closed 2 years ago

matsui54 commented 2 years ago

Position information from Vim must be converted to lsp position like vsnip's snippets expansion. By this PR, textEdit is properly applied if multibyte character is in front of the cursor.

hrsh7th commented 2 years ago

Perfect. Thank you.