diff options
author | Christian Clason <c.clason@uni-graz.at> | 2021-10-16 19:24:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-16 19:24:19 +0200 |
commit | fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c (patch) | |
tree | e8e7bb3f482fd5015920466d639f6313f2c18e85 /runtime/doc/change.txt | |
parent | 1ced6cf08c1bf819df76e3830ae12f76e987f151 (diff) | |
parent | fbc5b7b090221eb5344dd0d09b13f24fdedf2630 (diff) | |
download | rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.tar.gz rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.tar.bz2 rneovim-fc1cdb88218c7db5ce2641c9eaf7a4a8a3dba32c.zip |
Merge pull request #16042 from clason/vim-2286304cdbba
vim-patch:2286304cdbba
chore(test): adapt healthcheck test to new css syntax
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 2b799e3e27..ffdd8427f9 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -1129,9 +1129,6 @@ a register, a paste on a visual selected area will paste that single line on each of the selected lines (thus replacing the blockwise selected region by a block of the pasted line). -Use |zP|/|zp| to paste a blockwise yanked register without appending trailing -spaces. - *blockwise-register* If you use a blockwise Visual mode command to get the text into the register, the block of text will be inserted before ("P") or after ("p") the cursor @@ -1142,6 +1139,9 @@ this happen. However, if the width of the block is not a multiple of a <Tab> width and the text after the inserted block contains <Tab>s, that text may be misaligned. +Use |zP|/|zp| to paste a blockwise yanked register without appending trailing +spaces. + Note that after a charwise yank command, Vim leaves the cursor on the first yanked character that is closest to the start of the buffer. This means that "yl" doesn't move the cursor, but "yh" moves the cursor one character left. |