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

BUG: Input word mirrored in statusline #179

Closed
sQVe opened this issue Oct 24, 2024 · 3 comments
Closed

BUG: Input word mirrored in statusline #179

sQVe opened this issue Oct 24, 2024 · 3 comments

Comments

@sQVe
Copy link
Contributor

sQVe commented Oct 24, 2024

👋,

There's currently a bug that outputs the current word to the statusline. It is fairly eyecatching and distracting.

image

@giuxtaposition
Copy link
Contributor

For those that want to temporarily fix it themselves while waiting for the official fix:
it's in the lua/blink/cmp/fuzzy/init.lua file
Just remove this line:

vim.print(string.sub(line, range[1], range[2]))

@Shougo
Copy link

Shougo commented Oct 24, 2024

Oh, it is debug log.

@Saghen Saghen closed this as completed in 89259f9 Oct 24, 2024
@Saghen
Copy link
Owner

Saghen commented Oct 24, 2024

Shit, my cave man debugging has been exposed 😄 Sorry about that, I ought to get a pre-commit hook setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants