Skip to content
New issue

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

Cmd line cmpletion wrong codes #700

Closed
2 tasks done
Kaiser-Yang opened this issue Dec 21, 2024 · 0 comments
Closed
2 tasks done

Cmd line cmpletion wrong codes #700

Kaiser-Yang opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Kaiser-Yang
Copy link

Kaiser-Yang commented Dec 21, 2024

Make sure you have done the following

  • I have updated to the latest version of blink.cmp
  • I have read the README

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:

image

Continue to input:

image

Select one item:

image

Relevant configuration

completion = {list = {selection = 'auto_insert'}}

neovim version

NVIM v0.10.1

blink.cmp version: branch, tag, or commit

v0.8.0

@Kaiser-Yang Kaiser-Yang added the bug Something isn't working label Dec 21, 2024
@Saghen Saghen closed this as completed in 4757317 Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant