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

Nth (Numbered powered) search doesn't work #4669

Closed
andrecasal opened this issue Mar 23, 2020 · 1 comment · Fixed by #4675
Closed

Nth (Numbered powered) search doesn't work #4669

andrecasal opened this issue Mar 23, 2020 · 1 comment · Fixed by #4675

Comments

@andrecasal
Copy link

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:

  1. Press 4/{word} (without the curly braces)
  2. Observe that the cursor will be on the first word that it finds

Expected behavior
I would expect the cursor to be on the 4th word.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.13.1
  • VSCode version: 1.43.1
  • OS: macOS 10.15.13
J-Fields pushed a commit that referenced this issue Mar 26, 2020
[count]/[word] (and [count]?[word]) was not working.
And d[count]/[word] was not working either.

Fixes #4669
Fixes #2464
@andrecasal
Copy link
Author

Thanks for the fix, this was an important one 😉👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants