We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cancelling a search with <esc>, <C-c>, etc., will cause the last search to be highlighted if hlsearch is set.
<esc>
<C-c>
hlsearch
To Reproduce Steps to reproduce the behavior:
/xyz
:noh
/<esc>
xyz
Expected behavior :noh still applies; nothing is highlighted until a new search is initiated
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Make sure :noh disables hlsearch until the next search is done (#3749)
d3a5a03
Fixes #3748
Successfully merging a pull request may close this issue.
Describe the bug
Cancelling a search with
<esc>
,<C-c>
, etc., will cause the last search to be highlighted ifhlsearch
is set.To Reproduce
Steps to reproduce the behavior:
hlsearch
set, search with/xyz
.:noh
/<esc>
xyz
are highlightedExpected behavior
:noh
still applies; nothing is highlighted until a new search is initiatedEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: