Open yyy33 opened 2 years ago
I think Vim sees the "
as comment char, so please try escaping the "
, e.g.:
:yank \"
no reaction? Can I assume this works for you?
no reaction? Can I assume this works for you?
:~
no reaction? Can I assume this works for you?
Sorry for the late reply, I finished executing :yank \"
, "The contents of the "
register and +
register are not changed
And I execute ""yy
in normal mode, the contents of those two registers are not changed either, there is something strange
Steps to reproduce
set clipboard=unnamedplus
yy
""yy
+
register is111
, and the content of the"
register is222
.:yank "
+
register and the"
register become333
Expected behaviour
The contents of the
+
register should not be modified during the execution of the:yank "
commandVersion of Vim
VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Aug 02 2022 21:22:22)
Environment
Operating system/version : Arch linux Terminal name/version :alacritty 0.10.1 () $TERM environment variable : xterm-256color Shell : zsh
Logs and stack traces
No response