vim-visual-multi icon indicating copy to clipboard operation
vim-visual-multi copied to clipboard

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

Open kevinhwang91 opened this issue 5 years ago • 1 comments

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:

kevinhwang91 avatar Nov 16 '20 18:11 kevinhwang91

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>.

mg979 avatar Nov 17 '20 02:11 mg979