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

Normal command does not work when parameters contain double quote #9431

Open
s-kai273 opened this issue Jan 11, 2025 · 1 comment
Open

Normal command does not work when parameters contain double quote #9431

s-kai273 opened this issue Jan 11, 2025 · 1 comment

Comments

@s-kai273
Copy link
Contributor

s-kai273 commented Jan 11, 2025

Describe the bug
When executing normal command with parameters containing double quote, it does not work.

To Reproduce
Steps to reproduce the behavior:

  1. Type text aaaa
  2. Execute normal command with a stroke of :normal I"
  3. No changes are added with editor contents (No error occurred)

Expected behavior
After executing above normal command, the following editor contents are expected.

"aaaa

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.29.0
  • VSCode version: 1.96.2
  • OS: Linux
@s-kai273
Copy link
Contributor Author

I determined the cause of bug and fixed it with #9430.
Please review it.

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