jinh0 / eyeliner.nvim

👀 Move faster with unique f/F indicators.
461 stars 15 forks source link

Multiple unique characters? #20

Closed ghostbuster91 closed 1 year ago

ghostbuster91 commented 1 year ago

Hi, first thanks for the great plugin.

I am using following version: 353e7b2f517953c48608ee158ebd161ca5b6cfae

Below a gif showing my problem: eyeliner

For some reason eyeliner highlights multiple a's even though they are not unique. Any idea what could be wrong?

jinh0 commented 1 year ago

Hey @ghostbuster91 thanks for the issue. This is because the current eyeliner algorithm considers numbers as delimiters for new words, i.e., it thinks that that one long string of numbers and letters is a bunch of words separated by numbers.

I've fixed this in the fnl branch, I'll keep you updated when I push this to main.

jinh0 commented 1 year ago

Hey @ghostbuster91 it's fixed on main by this commit 92954801298ec16f004c7d3b1b86d90c0e7c6bf5 .

ghostbuster91 commented 1 year ago

Thanks @jinh0 !