comparison runtime/doc/change.txt @ 5365:22dfcd1494e4 v7.4.034

updated for version 7.4.034 Problem: Using "p" in Visual block mode only changes the first line. Solution: Repeat the put in all text in the block. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sun, 22 Sep 2013 15:23:44 +0200
parents ab1508486b12
children d060c429b21f
comparison
equal deleted inserted replaced
5364:31cdaf292bbb 5365:22dfcd1494e4
1066 The previously selected text is put in the unnamed register. If you want to 1066 The previously selected text is put in the unnamed register. If you want to
1067 put the same text into a Visual selection several times you need to use 1067 put the same text into a Visual selection several times you need to use
1068 another register. E.g., yank the text to copy, Visually select the text to 1068 another register. E.g., yank the text to copy, Visually select the text to
1069 replace and use "0p . You can repeat this as many times as you like, the 1069 replace and use "0p . You can repeat this as many times as you like, the
1070 unnamed register will be changed each time. 1070 unnamed register will be changed each time.
1071
1072 When you use a blockwise Visual mode command and yank only a single line into
1073 a register, a paste on a visual selected area will paste that single line on
1074 each of the selected lines (thus replacing the blockwise selected region by a
1075 block of the pasted line).
1071 1076
1072 *blockwise-register* 1077 *blockwise-register*
1073 If you use a blockwise Visual mode command to get the text into the register, 1078 If you use a blockwise Visual mode command to get the text into the register,
1074 the block of text will be inserted before ("P") or after ("p") the cursor 1079 the block of text will be inserted before ("P") or after ("p") the cursor
1075 column in the current and next lines. Vim makes the whole block of text start 1080 column in the current and next lines. Vim makes the whole block of text start