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

Pattern matching breaks on closing paren #6976

Closed
ghost opened this issue Aug 10, 2021 · 1 comment
Closed

Pattern matching breaks on closing paren #6976

ghost opened this issue Aug 10, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 10, 2021

Describe the bug
Vim pattern matching (find with / or replace with :s//) breaks on closing parenthesis

To Reproduce
Steps to reproduce the behavior:

  1. Make a file
  2. Write something like `console.log('test')'
  3. Try to match the whole pattern using find or substitute
  4. See how it breaks on the closing parenthesis

Expected behavior
It should match the pattern. Vim also doesn't break on closing paren.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.21.5
  • VSCode version: 1.59.0 (Universal)
  • OS: macOS Big Sur 11.4
@J-Fields
Copy link
Member

Duplicate of #3996

@J-Fields J-Fields marked this as a duplicate of #3996 Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant