We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blink.cmp
The snippets undo normally, but if there is a repeated placeholder (${1} in this case), the undo gets stuck
${1}
~/.config/snippets/lua.json
{ "foo": { "prefix": "foo", "body": [ "${1:foofoofoo}", "", "${1}" ] } }
steps:
nvim a.lua
foo
esc
u
accept = { -- bug happens create_undo_point = true, -- fine create_undo_point = false, },
NVIM v0.10.2
main
The text was updated successfully, but these errors were encountered:
f4dcebf
No branches or pull requests
Make sure you have done the following
blink.cmp
Bug Description
The snippets undo normally, but if there is a repeated placeholder (
${1}
in this case), the undo gets stuck~/.config/snippets/lua.json
steps:
nvim a.lua
foo
and accept the snippetesc
to enter normal modeu
to undoRelevant configuration
neovim version
NVIM v0.10.2
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: