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

Search replace does not recognize closing parenthesis #8107

Open
jwilkeson opened this issue Nov 18, 2022 · 0 comments
Open

Search replace does not recognize closing parenthesis #8107

jwilkeson opened this issue Nov 18, 2022 · 0 comments

Comments

@jwilkeson
Copy link

jwilkeson commented Nov 18, 2022

Describe the bug
Command :%s/print('foobar')/something breaks at closing parenthesis

To Reproduce
Steps to reproduce the behavior:

  1. Open a file and add the following contents print('foobar')
  2. Try to execute the command :%s/print('foobar')/something
  3. Note that no matches are found due to the closing parenthesis

Expected behavior
Search text should match with print('foobar')

Screenshots
image

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.24.3
  • VSCode version: 1.73.1
  • OS: Ubuntu 20.04.5

Additional Context
I tried escaping the closing parenthesis with various means like \ .\ \.

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

No branches or pull requests

1 participant