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

how make the plugin to avoid colorizing space? #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

when searching space(" "), the plugin will also colorize space. but the process is always very slow. is it possible to avoid colorizing space? Thanks.