-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selection register "*" is clobbered whenever a user textobj is used #51
Comments
"*
is clobbered whenever a user textobj is used
I couldn't reproduce the problem. The |
That's not true. My The
I'm running under Linux by the way, with text-mode vim enabled for xterm clipboard ( |
Anyway your Vim behaves as documented. The problem is not caused by vim-textobj-user. |
How would you suggest I configure vim such that:
|
When using user textobjs, the contents of the
*
register aren't preserved.Builtin textobjs preserve this register, so I would expect user textobjs to preserve it as well.
Steps to reproduce:
vim-textobj-user
andvim-textobj-line
.yil
on any text:registers
and look at"*
.The text was updated successfully, but these errors were encountered: