Skip to content

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

Open
eduardoHoefel wants to merge 2 commits into
junegunn:masterfrom
eduardoHoefel:master
Open

Added the option to the user clear the highlight by himself:#61
eduardoHoefel wants to merge 2 commits into
junegunn:masterfrom
eduardoHoefel:master

Conversation

@eduardoHoefel

Copy link
Copy Markdown
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

bimlas commented Jul 11, 2016

Copy link
Copy Markdown

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

@junegunn

Copy link
Copy Markdown
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