gvim.exeiabc
123
123
123
Escggyyjl (down once and right once)Ctrl vjjI (Shift i)Ctrl r 0abc
1abc
23
123
123
The copied line: abc
was inserted on the first line, without a leading newline.
Nothing happened on the second and third lines.
The copied line should be inserted on every line with a selection.
With a leading new line.
abc
1
abc
3
1
abc
3
1
abc
3
A leading new line is inserted when the insert state cursor is on the first column.
This is also observed without a selection.
iCtrl r 0abc
123
abc
123
123
There is no leading new line when the insert state cursor is not on the first column.
iCtrl r 0abc
123
1abc
23
123
8.2.4779
Windows 10 21H2
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Note, that depending on how you yank, the register may be in linewise, characterwise or block mode. To workaround this, you can use setreg() and set the register content correctly for the way to paste it. Or you may use @inkarkat's unconditionalpaste plugin (there are probably other alternatives)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I am closing this, as working as expected.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #10225 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()