Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #1668: Self closing tags not properly handled. #1702

Merged
merged 2 commits into from
May 17, 2017

Conversation

Chillee
Copy link
Member

@Chillee Chillee commented May 16, 2017

Pretty straightforward bug fix.

I needed to make the second regex capturing group lazy so that the closing slash could always be matched if it existed.

I also needed to move onto the next tag if we found a self closing tag.

Fixes #1668

@xconverge
Copy link
Member

Lgtm thanks!

@xconverge xconverge merged commit 7ce3a10 into VSCodeVim:master May 17, 2017
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tag matching self closing tag issue
2 participants