-
Notifications
You must be signed in to change notification settings - Fork 90
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
Targets remain highlighted after jump in streak mode -- bug? #98
Comments
@mon10a Should be fixed now. |
@bebound What are the exact steps to reproduce? |
I use a minimal vimrc, which only include vim-sneak: https://gist.github.com/bebound/e1c97f00a2a9e6d7fe49 |
@bebound Are you certain the Vim you're running in iTerm2 is Vim7.4.712 (check |
Yes, both of them are 7.4.712. I install them by home brew and home brew cask. — On Mon, Jun 29, 2015 at 5:26 AM, Justin M. Keyes [email protected]
|
If you're using the exact same Vim in terminal and gui, yet one works and the other doesn't, I don't know how to help you. I can only mention that installing MacVim via homebrew does not overwrite the default OS X Vim unless you explicitly tell it to. So, please verify that the Vim you're running in terminal really is what you think it is. |
Do you using OS X? Maybe this is compatibility problem on OS X. It's OK on 7.4.273 on Ubuntu. I record one more screenshot, it shows that: |
I use OS X (Terminal.app) every day, this problem doesn't exist in Vim nor Neovim. My guess is it's a bug in a recent patch of Vim. Try upgrading to 7.4.77x or perhaps report it to Vim. |
Solved by adding "syntax on" in my vimrc.... |
@bebound Thanks for the tip. Does that mean you (previously) did not run with syntax on? |
Yes. Here is the vimrc https://github.com/bebound/Dotfiles/blob/master/.vimrc |
Ok, I may be able to fix that. |
I have same problem, "Targets remain highlighted after jump in streak mode". |
I just updated and see that target highlighting now remains ON after jumping to a match in streak mode. I think the previous behavior which turned the highlighting off immediately after you jump (but turns it back on if you press ';' or ',') is preferable.
Thanks.
The text was updated successfully, but these errors were encountered: