-
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
SkyBison fails to call :nohlsearch #17
Comments
Isn't this just the fact that :nohl has no effect when called in a function? Although, adding if a:cmdline =~# '^[: ]*noh\%[lsearch]'
let v:hlsearch = 0
endif to |
I was not able to come up with any way to effectively do
The I've been bitten in the past by using
While I think this is a terrible idea, another avenue which might work is to |
Steps to reproduce:
Install SkyBison (duh).
Add
to your vimrc.
Reload your vimrc.
Use / to search for something.
Type :nohl (or :nohlsearch).
For some reason, it fails to un-highlight the search. :nohl works just fine from ex mode, so I assume SkyBison fails to actually call the command somehow.
The text was updated successfully, but these errors were encountered: