Skip to content
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

Added the option to the user clear the highlight by himself: #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added the option to the user clear the highlight by himself: #61

wants to merge 2 commits into from

Conversation

eduardoHoefel
Copy link

joined s:clear and 'set nohlsearch' in a function called
no_hl_clear();
on_cursor_moved now calls no_hl_clear;
added a public function called Do_clear_highlight that
calls no_hl_clear();
I'm beginner at making vim scripts, so please modify
the changes to fit the right way of doing it
(if you want to merge the function, of course)

	joined s:clear and 'set nohlsearch' in a function called
	no_hl_clear();
	on_cursor_moved now calls no_hl_clear;
	added a public function called Do_clear_highlight that
	calls no_hl_clear();
	I'm beginner at making vim scripts, so please modify
	the changes to fit the right way of doing it
	(if you want to merge the function, of course)
@bimlas
Copy link

bimlas commented Jul 11, 2016

I like to use this feature too - accepting it is in plan?

@junegunn
Copy link
Owner

I'm not actively maintaining this project (adding features, etc.) as I feel there's a fundamental flaw in the current implementation though I still use it. For now I suggest that you use the fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants