You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Text to confirm replace is wrong.
To Reproduce
Steps to reproduce the behavior:
Use text replacement with the 'c' flag (e.g. :%s/oldText/newText/gc) on a file that includes an occurrence of text to be replaced
See error in confirmation prompt
Expected behavior Replace with [text] (y/n/a/q/l)?, where [text] is the new text that the searched value is being replaced with. Instead, the old text value is shown.
Screenshots
Environment (please complete the following information):
Extension (VsCodeVim) version: 1.7.0
VSCode version: 1.33.1
OS: MacOS Mojave 10.14.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Text to confirm replace is wrong.
To Reproduce
Steps to reproduce the behavior:
:%s/oldText/newText/gc
) on a file that includes an occurrence of text to be replacedExpected behavior
Replace with [text] (y/n/a/q/l)?
, where [text] is the new text that the searched value is being replaced with. Instead, the old text value is shown.Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: