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

Replace (:%s) confirm text is wrong #3715

Closed
tyler-tm opened this issue May 1, 2019 · 0 comments · Fixed by #3722
Closed

Replace (:%s) confirm text is wrong #3715

tyler-tm opened this issue May 1, 2019 · 0 comments · Fixed by #3722
Labels

Comments

@tyler-tm
Copy link

tyler-tm commented May 1, 2019

Describe the bug
Text to confirm replace is wrong.

To Reproduce
Steps to reproduce the behavior:

  1. 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
  2. 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
VSCVim-ReplaceConfirmText

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.7.0
  • VSCode version: 1.33.1
  • OS: MacOS Mojave 10.14.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants