RRethy / vim-illuminate

illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching.
2.14k stars 47 forks source link

Bug with g:Illuminate_highlightUnderCursor = 0 #71

Closed dstadelm closed 3 years ago

dstadelm commented 3 years ago

When moving the cursor in a group of equal words the highlighting setting does not follow the cursor

Initial situation image

Moving cursor one up image

dstadelm commented 3 years ago

I'm sorry to say that the issue remains with me, it does not bother me but I just wanted to let you know.

RRethy commented 3 years ago

Fixed again, this was a regression due to another commit.