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
When you search forward with /, a / and your search term appears in the status bar on the bottom:
But if you search backwards with ?, the same / is displayed (the actual backwards searching with n and N works as expected). What should display instead in the search bar is ? followed by the search term.
To Reproduce
Steps to reproduce the behavior:
From normal mode, type ?, then a few characters to search for.
That's it. A / with your search term appears in the status bar.
Expected behavior
What should display instead in the search bar is ? followed by the search term.
Extension version: 0.16.12
VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:51.859Z)
OS version: Windows_NT x64 10.0.1713
The text was updated successfully, but these errors were encountered:
When you search forward with
/
, a/
and your search term appears in the status bar on the bottom:But if you search backwards with
?
, the same/
is displayed (the actual backwards searching withn
andN
works as expected). What should display instead in the search bar is?
followed by the search term.To Reproduce
Steps to reproduce the behavior:
?
, then a few characters to search for./
with your search term appears in the status bar.Expected behavior
What should display instead in the search bar is
?
followed by the search term.Extension version: 0.16.12
VS Code version: Code 1.28.2 (7f3ce96ff4729c91352ae6def877e59c561f4850, 2018-10-17T00:23:51.859Z)
OS version: Windows_NT x64 10.0.1713
The text was updated successfully, but these errors were encountered: