Before this change, writes to '+' get copied to '', but only under certain conditions. By default, this does not happen, because clipboard autoselect is enabled. Disabling autoselect (an option which should only apply to visual mode) results in normal-mode writes such as "+yy also going to the '' register.
This behavior is undocumented and untested; remove the behavior in order to make Vim's handling of these two registers be consistent.
fixes: #18830
https://github.com/vim/vim/pull/18831
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@bugfood pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
This is related to: #1516
In that issue, the author is using unnamedplus, whereas in my case, I am specifying the register.
With my change, unnamed and unnamedplus still seem to work ok, as verified by manual testing and also by relying on the automated tests
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I think this makes sense, thanks.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Thank you.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()