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

Problem with delete/change inside command (not always) #1660

Closed
darkpotpot opened this issue Aug 20, 2015 · 1 comment · Fixed by #1746
Closed

Problem with delete/change inside command (not always) #1660

darkpotpot opened this issue Aug 20, 2015 · 1 comment · Fixed by #1746
Labels
Milestone

Comments

@darkpotpot
Copy link

Hi,
I'm a big fan of the "delete/change inside" command but sometimes it doesn't work. For example, with the following line:
boost::wregex l_OutlineFileNameRegex(DuplicateBackslash(L"^OutlineFileName:(.*\\.*\\\\).*$"));
If the cursor is on DuplicateBackslash word, typing _ci)_ does nothing. In Vim, it deletes everyting up to the last parenthesis.
It seems like VsVim is confused with the _)_ and doesn't count this one as a closing parenthesis.

@jaredpar
Copy link
Collaborator

Thanks for reporting. That does seem like a bug.

@jaredpar jaredpar added the bug label Aug 21, 2015
@jaredpar jaredpar added this to the 2.0.2 milestone Aug 21, 2015
jhamm added a commit to jhamm/VsVim that referenced this issue Feb 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants