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

[Feature] Highlight persist only highlights case sensitive matches #2

Closed cheezy64 closed 9 years ago

cheezy64 commented 10 years ago

Great script! I think a feature (or bug?) is that it doesn't highlight unless it's case sensitive. For example, the starting scratch buffer has the text

;; This buffer is

If I search for "this", it finds the string "This", but it does not get highlighted. If I search for "This", it finds and highlights it.

juanjux commented 9 years ago

Thanks for the report. It should be fixed in the last commit by syl20bnr.

cheezy64 commented 9 years ago

Awesome, thanks!