hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selection could be broken when selection is exclusive

chemzqm opened this issue · comments

Bug with

function! s:Session.select(jump_point) abort

When using set selection=exclusive with snippet ${1:FOO}\n${2:bar} will result oo\n selected.

The fix on coc.nvim neoclide/coc.nvim@f302272

Thank you. I'll look into it!

I've fixed 7a817cd