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

* and / are now case insensitive #9361

Open
rhys-vdw opened this issue Nov 20, 2024 · 1 comment
Open

* and / are now case insensitive #9361

rhys-vdw opened this issue Nov 20, 2024 · 1 comment

Comments

@rhys-vdw
Copy link
Contributor

Describe the bug

As title, * and / are now case sensitive.

IIRC this used to be bound to the case sensitivity toggle on the "Find" pane, but now it's always case insensitive.

To Reproduce

doc:

test
TEST

Use * on line test, or type /test

Expected behavior

Only test is in search results.

Screenshots

image

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.28.1
  • VSCode version: 1.95.2
  • OS: Windows 11
@Ampersand-1
Copy link

Ampersand-1 commented Nov 23, 2024

Hello,

You can try :set noignorecase. A workaround but should resolve the issue

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

2 participants