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: highlighting broken when adding new text that matches the most-recent search #1531

Closed
3 tasks done
andmis opened this issue Oct 13, 2023 · 0 comments · Fixed by #1523
Closed
3 tasks done

bug: highlighting broken when adding new text that matches the most-recent search #1531

andmis opened this issue Oct 13, 2023 · 0 comments · Fixed by #1523
Labels
bug Something isn't working

Comments

@andmis
Copy link

andmis commented Oct 13, 2023

Did you check docs and existing issues?

  • I have read all the vscode-neovim docs
  • I have searched the existing issues of vscode-neovim
  • I can reproduce the issue with an empty init.vim/init.lua and no other vscode extensions (when applicable)

Neovim version (nvim -v)

0.9.2

Operating system/version

macOS 13.6

Describe the bug

Search highlighting is broken following the repro steps below.

Steps To Reproduce

  1. Open a new file.
  2. Search for the string "xyz" by typing /xyz<ENTER>.
  3. Enter Insert mode and type in "xyzabc".

Expected Behavior

Expected: "xyz" is highlighted, and "abc" is not.
Actual: "xyzabc" is highlighted.

@andmis andmis added the bug Something isn't working label Oct 13, 2023
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

Successfully merging a pull request may close this issue.

1 participant