nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

hl-todo-keyword-faces match upstream strings #140

Closed duianto closed 5 years ago

duianto commented 5 years ago

hl-todo treats the hl-todo-keyword-faces strings as regexps. "???" caused the regexp search to take forever.


The upstream strings were changed here: https://github.com/tarsius/hl-todo/commit/396d0923602a855fca58f43c98832afb66a479fa

Here are some issues that were caused when the previous strings still were present. hl-todo issue, files open modified, auto-complete layer causes hangs #12143

Those issues have been fixed in the hl-todo repository.

nashamri commented 5 years ago

Thanks @duianto for the update :+1: