forked from aniani/vim
updated for version 7.4.079
Problem: A script cannot detect whether 'hlsearch' highlighting is actually displayed. Solution: Add the "v:hlsearch" variable. (ZyX)
This commit is contained in:
@@ -7811,7 +7811,7 @@ set_bool_option(opt_idx, varp, value, opt_flags)
|
||||
/* when 'hlsearch' is set or reset: reset no_hlsearch */
|
||||
else if ((int *)varp == &p_hls)
|
||||
{
|
||||
no_hlsearch = FALSE;
|
||||
SET_NO_HLSEARCH(FALSE);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user