gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
311 stars 30 forks source link

Sometimes highlights wrong match #3

Closed eater closed 12 years ago

eater commented 12 years ago

I have a file whose content is

<div><div></div><div></div></div>

When I place my cursor over the fifth tag, the first tag is highlighted as its "match". When I place my cursor on the last tag, no match is highlighted.

gregsexton commented 12 years ago

I've just pushed a series of commits. This should be fixed now. Let me know if you still have any problems.

Thanks,

Greg