You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
press <c-n> under the word;
press 2n;
only add 1 word instead of 2;
Operating System:
Vim Version:
commit SHA/branch:
The text was updated successfully, but these errors were encountered:
Describe the issue:
VM-Find-Next
andVM-Goto-Next
work fine when count is 1 in neovim, but doesn't more than 1.VM-Find-Prev
andVM-Goto-Prev
work fine no mater the value of count.There's no issue for vim.
Steps to reproduce
<c-n>
under the word;2n
;The text was updated successfully, but these errors were encountered: