othree / html5.vim

HTML5 omnicomplete and syntax
http://www.vim.org/scripts/script.php?script_id=3236
934 stars 76 forks source link

Highlight problem on '<' and '>' characters #84

Closed arc-onizuka closed 7 years ago

arc-onizuka commented 7 years ago

I'm having a problem with '<' and '>' characters, as i cant difference where the cursor is. Foreground and background colors are the same.

cursor-problem

othree commented 7 years ago

I think this is DoMatchParen. And the color comes from your color theme.

arc-onizuka commented 7 years ago

That was it. I disabled MatchParen and the problem went away. Thank you ;) let loaded_matchparen = 0