juanjux / evil-search-highlight-persist

Emacs minor mode to highlight search results in all the buffeer until you clear them or make another, like Vim hlsearch option.
GNU General Public License v2.0
21 stars 11 forks source link

fix a small bug #12

Closed yang-guangliang closed 8 years ago

yang-guangliang commented 8 years ago

invoke highlight-regexp-region when isearch-regex is used, and invoke highlight-region only when isearch is called.

juanjux commented 8 years ago

Since you closed this, do you still want me to merge it or not? (same for the other merge request, the 11).

yang-guangliang commented 8 years ago

No. hlt-highlight-region-in-buffers() didn't work well. I am still fixing it.