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
When typing in cmd mode, if you select the first completion item but not confirm, then you use <space> to start inputting the next argument, when you select when typing the second argument, you'll get the wrong text. But if you use your confirm key at the firtst selection, you will get the right completion result, this bug does not occur on insert mode.
Select but not confirm:
Continue to input:
Select one item:
Relevant configuration
completion= {list= {selection='auto_insert'}}
neovim version
NVIM v0.10.1
blink.cmp version: branch, tag, or commit
v0.8.0
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
Bug Description
When typing in cmd mode, if you select the first completion item but not confirm, then you use
<space>
to start inputting the next argument, when you select when typing the second argument, you'll get the wrong text. But if you use your confirm key at the firtst selection, you will get the right completion result, this bug does not occur on insert mode.Select but not confirm:
Continue to input:
Select one item:
Relevant configuration
neovim version
NVIM v0.10.1
blink.cmp
version: branch, tag, or commitv0.8.0
The text was updated successfully, but these errors were encountered: