Description
Hello! This is a very cool plugin; I like it a lot!
Reading through the code, I see you explicitly don't pulse when the next match is on the same line as the last match. I would prefer that the cursorline pulse regardless of where the next match is. Could you provide an option to do that? Or, would you be open to a pull request that implements it?
Also, there is a slight glitch with the current behavior. Currently, if I press /foo<cr>
to start a search, then <C-F>n
to scroll up a page and jump to the next "foo", then the found foo (the one I jumped away from) is not highlighted, because it's the same line as the previous pulse. More generally, I think that moving away from a match's line, then returning to it, should pulse the cursorline.