Vim
Vim copied to clipboard
Search and replace finds pattern but doesn't replace it giving an error
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