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

Fix regressions in text objects #473

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

ascandella
Copy link
Contributor

This PR fixes a regression in text objects when positioned over the final character.

It also fixes a regression with < objects, which is unfortunately not easy to test right now due to the way test cases are tokenized. I'd like to follow up and make it testable and add the appropriate tests, but I also want to leave master in a stable state.

I am starting to appreciate just how much vim does under the hood :)

@johnfn
Copy link
Member

johnfn commented Jul 19, 2016

I am starting to appreciate just how much vim does under the hood :)

Welcome to the Bram Moolenaar fan club 😉

@johnfn
Copy link
Member

johnfn commented Jul 19, 2016

I understand the thing about not being easy to test < or >. Eventually I want to tokenize all characters just how Vim does, so there's no confusion. Then < will become &lt;. One day!

@johnfn johnfn merged commit 4a0f804 into VSCodeVim:master Jul 19, 2016
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.

2 participants