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

Cmdline completion displays duplicate hyphen #887

Closed
2 tasks done
MrConnorKenway opened this issue Jan 4, 2025 · 5 comments
Closed
2 tasks done

Cmdline completion displays duplicate hyphen #887

MrConnorKenway opened this issue Jan 4, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@MrConnorKenway
Copy link

MrConnorKenway commented Jan 4, 2025

Make sure you have done the following

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

Bug Description

Before <tab>:

image

After <tab>:

image

Relevant configuration

{
    'saghen/blink.cmp',
    version = 'v0.*',
    opts = {}
}

neovim version

v0.10.3

blink.cmp version: branch, tag, or commit

v0.9.2

@MrConnorKenway MrConnorKenway added the bug Something isn't working label Jan 4, 2025
@ad-on-is
Copy link

ad-on-is commented Jan 4, 2025

Not only the hyphen... It generally appends the completion to the current input

image

image

@MrConnorKenway
Copy link
Author

Not only the hyphen... It generally appends the completion to the current input

True. BTW, when I tried to reproduce your case, I found out blink eats the vim. after completion in lua mode:

image

image

@ad-on-is
Copy link

ad-on-is commented Jan 4, 2025

@MrConnorKenway yep.. same here for me

@Biggybi
Copy link

Biggybi commented Jan 4, 2025

The bug was introduced in ae3bf0d.

One could revert to e831cab for now.

@Saghen
Copy link
Owner

Saghen commented Jan 4, 2025

Duplicate of #883

@Saghen Saghen marked this as a duplicate of #883 Jan 4, 2025
@Saghen Saghen closed this as not planned Won't fix, can't repro, duplicate, stale Jan 4, 2025
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

4 participants