comparison runtime/doc/change.txt @ 27459:5825405e4e2c

Update runtime files Commit: https://github.com/vim/vim/commit/f10911e5db16f1fe6ab519c5d091ad0c1df0d063 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 29 22:20:48 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Jan 2022 23:30:04 +0100
parents eafb9fd4ec32
children 063952f68595
comparison
equal deleted inserted replaced
27458:2a7fc102cb91 27459:5825405e4e2c
1 *change.txt* For Vim version 8.2. Last change: 2021 Dec 29 1 *change.txt* For Vim version 8.2. Last change: 2022 Jan 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1174 works well depends on the type of selection and the type of the text in the 1174 works well depends on the type of selection and the type of the text in the
1175 register. With blockwise selection it also depends on the size of the block 1175 register. With blockwise selection it also depends on the size of the block
1176 and whether the corners are on an existing character. (Implementation detail: 1176 and whether the corners are on an existing character. (Implementation detail:
1177 it actually works by first putting the register after the selection and then 1177 it actually works by first putting the register after the selection and then
1178 deleting the selection.) 1178 deleting the selection.)
1179 The previously selected text is put in the unnamed register. If you want to 1179 With 'p' the previously selected text is put in the unnamed register. This is
1180 put the same text into a Visual selection several times you need to use 1180 useful if you want to put that text somewhere else. But you cannot repeat the
1181 same change.
1182 With 'P' the unnamed register is not changed, you can repeat the same change.
1183 But the deleted text cannot be used. If you do need it you can use 'p' with
1181 another register. E.g., yank the text to copy, Visually select the text to 1184 another register. E.g., yank the text to copy, Visually select the text to
1182 replace and use "0p . You can repeat this as many times as you like, the 1185 replace and use "0p . You can repeat this as many times as you like, and the
1183 unnamed register will be changed each time. 1186 unnamed register will be changed each time.
1184 1187
1185 When you use a blockwise Visual mode command and yank only a single line into 1188 When you use a blockwise Visual mode command and yank only a single line into
1186 a register, a paste on a visual selected area will paste that single line on 1189 a register, a paste on a visual selected area will paste that single line on
1187 each of the selected lines (thus replacing the blockwise selected region by a 1190 each of the selected lines (thus replacing the blockwise selected region by a