bug: scrolling through items does not always highlight correct range in preview #476
Closed
3 tasks done
Labels
bug
Something isn't working
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.0
Operating system/version
Ubuntu 22
Describe the bug
When scrolling though trouble with j/k, the range of the item under the cursor is not always highlighted correctly in the preview.
This seems to happen if two items have the same line number, but different columns. (Update: I also observed this where all items have different line numbers. It only seems to happen to the first item in the list though)
Correct highlight for 2nd item:
Incorrect highlight for 1st item:
Steps To Reproduce
Expected Behavior
The range of the item under the cursor should be highlighted in the preview
Repro
The text was updated successfully, but these errors were encountered: