semantic-highlight.vim icon indicating copy to clipboard operation
semantic-highlight.vim copied to clipboard

Avoid repeated matches due blank spaces or tabs

Open jsenin opened this issue 3 years ago • 0 comments

There are match loops using index + len(match) due spaces and tabs are not being calculated, so a regex could match many times when the line has spaces or tabs

jsenin avatar Feb 06 '22 01:02 jsenin