-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicitly enable pulse-on-same-line #8
Comments
Hello George! A pull request that implements this option would be much appreciated :-) Keep on enjoying this plugin, Best On Mon, Oct 26, 2015 at 10:22 PM, George Hilliard [email protected]
Yann / Front developer @ Dailymotion |
FYI, I'm working on a PR for this |
Awesome, thanks!! |
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.The text was updated successfully, but these errors were encountered: