haya14busa / vim-easymotion

DEPRECATED
https://github.com/Lokaltog/vim-easymotion
23 stars 0 forks source link

Some words are highlighted in an illegible, unintended way #3

Open haya14busa opened 10 years ago

haya14busa commented 10 years ago

Lokaltog/vim-easymotion#78

I want to fix it, but I have no idea why this happen.

haya14busa commented 10 years ago

:h matchadd()

Syntax highlighting (see 'syntax') is a separate mechanism, and regardless of the chosen priority a match will always overrule syntax highlighting.

:h matchadd()@ja