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

VM-Find-Next with counts doesn't work as expected in neovim #149

Open
kevinhwang91 opened this issue Nov 16, 2020 · 1 comment
Open

VM-Find-Next with counts doesn't work as expected in neovim #149

kevinhwang91 opened this issue Nov 16, 2020 · 1 comment

Comments

@kevinhwang91
Copy link
Contributor

Describe the issue:
VM-Find-Next and VM-Goto-Next work fine when count is 1 in neovim, but doesn't more than 1.
VM-Find-Prev and VM-Goto-Prev work fine no mater the value of count.

There's no issue for vim.

Steps to reproduce

  1. press <c-n> under the word;
  2. press 2n;
  3. only add 1 word instead of 2;

  • Operating System:
  • Vim Version:
  • commit SHA/branch:
@mg979
Copy link
Owner

mg979 commented Nov 17, 2020

Count isn't supported atm for those. I'll fix them after I refactor the plugin. You can leave this open.

Btw count works for <C-n>.

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