You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because I want to remove the : trigger when inserting a commit's hash, so I read how the textEdit is used in cmd/init.lua.
But when I wrote commits, I found this problem. When writing in command mode, we rarely move the cursor left. Therefore few people experience the problem.
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
After select
all
:If in the insert mode, it will be:
After cancelling selection ( the cursor goes after
aa
):This is caused by the textEdit of command source:
This seems always remove the trailing words.
Relevant configuration
No response
neovim
versionNVIM v0.10.1
blink.cmp
versionv0.10.0
The text was updated successfully, but these errors were encountered: