We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug 4/{word} is supposed to find the 4th occurence of 'word' but it doesn't.
4/{word}
To Reproduce Steps to reproduce the behavior:
word
Expected behavior I would expect the cursor to be on the 4th word.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Fix search with count (#4675)
0c9b226
[count]/[word] (and [count]?[word]) was not working. And d[count]/[word] was not working either. Fixes #4669 Fixes #2464
Thanks for the fix, this was an important one 😉👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
4/{word}
is supposed to find the 4th occurence of 'word' but it doesn't.To Reproduce
Steps to reproduce the behavior:
4/{word}
(without the curly braces)word
that it findsExpected behavior
I would expect the cursor to be on the 4th word.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: