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 and replace finds pattern but doesn't replace it giving an error #9241

Open
auroraveon opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@auroraveon
Copy link

Describe the bug
When I type :%s/self.seek_to\(offset\)/self.file.seek(SeekFrom::Start(offset))/g with neovim enabled it seems to very quickly flash the error "Pattern not found" while quickly doing the find and replace then because of the error i assume is reverting back the change so it never actually happens. When i turn neovim off and do the same input it works fine.

For anyone wanting to reproduce the bug im replacing self.seek_to(offset) with self.file.seek(SeekFrom::Start(offset)).

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.28.0
  • VSCode version: 1.92.2
  • OS: Windows 11
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