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

Make * and # search case aware #331

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Make * and # search case aware #331

merged 1 commit into from
Aug 29, 2024

Conversation

jdhao
Copy link
Owner

@jdhao jdhao commented Aug 29, 2024

By default, when you press * to search word under the cursor, the option smartcase is ignored. This means that if you press * when your cursor is on The, the lower case one the is also searched.

In this commit, we translate star and # search into normal search so that 'smartcase' option is respected.

By default, when you press `*` to search word under the cursor, the
option `smartcase` is ignored. This means that if you press `*` when
your cursor is on `The`, the lower case one `the` is also searched.

In this commit, we translate star and # search into normal search so that
'smartcase' option is respected.
@jdhao jdhao merged commit 9071e04 into main Aug 29, 2024
@jdhao jdhao deleted the feat-improved-star-search branch August 29, 2024 23:01
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

Successfully merging this pull request may close these issues.

1 participant