chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

problem with operator pending mappings #12

Closed chrisbra closed 5 years ago

chrisbra commented 5 years ago

See e.g. https://github.com/neovim/neovim/issues/5691

matchit hard codes the v motion, making it impossible to use e.g. yV%p and handle it linewise.

possibly, once vim/vim#3490 is merged, we can fix it.