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

Make % skip over characters such as '>' #3913

Merged
merged 1 commit into from
Jul 24, 2019
Merged

Make % skip over characters such as '>' #3913

merged 1 commit into from
Jul 24, 2019

Conversation

J-Fields
Copy link
Member

What this PR does / why we need it:
These have matches, but are not compatible with the % motion (matchesWithPercentageMotion=false). We should skip over them to find one that is compatible.

Which issue(s) this PR fixes
Fixes #3807

These have matches, but are not compatible with the `%` motion (matchesWithPercentageMotion=false). We should skip over them to find one that is compatible.
Fixes #3807
@jpoon jpoon merged commit 5293a37 into VSCodeVim:master Jul 24, 2019
@J-Fields J-Fields deleted the percent-fix branch July 24, 2019 14:47
stevenguh pushed a commit to stevenguh/Vim that referenced this pull request Aug 27, 2019
These have matches, but are not compatible with the `%` motion (matchesWithPercentageMotion=false). We should skip over them to find one that is compatible.
Fixes VSCodeVim#3807
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.

% doesn't ignore unmatched >
2 participants