mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
baab49ee89
The "technically correct" interpretation is to execute the first line that is seen (and this is what happens on middle-click paste in Vim). ^M is only intended to "defuse" the newline, so the user can review it. The parent commit changed the behavior to insert <Space> between lines, but that's a higher-risk change: it is arguably possible that some user *wants* the literal ^M chars when e.g. assigning to a register: :let @a='<C-R>b' To avoid that risk, keep the old behavior and only omit the last ^M. This makes `yy:<C-R>0` nicer at no cost. |
||
---|---|---|
.. | ||
ctrl_r_spec.lua | ||
history_spec.lua |