The previous commit introducing OSCYankOperator fe67f649111dc15336c9905b9aee28e242add358 was reverted in bc49a0c2b5ded3f13445e47aa3cf8d3a0f972926 because it broke versions of Vim/Neovim that didn't have support for keyword arguments.
In order to be (more) backwards compatible we have to avoid using keyword arguments.
See #16 for more details.
In any case, this reintroduction commit adds an operator that can be used to OSCYank text objects. With this change, if you add the following to your config:
The previous commit introducing OSCYankOperator
fe67f649111dc15336c9905b9aee28e242add358
was reverted inbc49a0c2b5ded3f13445e47aa3cf8d3a0f972926
because it broke versions of Vim/Neovim that didn't have support for keyword arguments.In order to be (more) backwards compatible we have to avoid using keyword arguments.
See #16 for more details.
In any case, this reintroduction commit adds an operator that can be used to OSCYank text objects. With this change, if you add the following to your config:
... you will be able to do things such as:
... to OSCYank an inner paragraph, or:
... to OSCYank the contents of "k.