vim-visual-multi
vim-visual-multi copied to clipboard
VM-Find-Next with counts doesn't work as expected in neovim
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:
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>.