0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05:00

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)
This commit is contained in:
Bram Moolenaar
2013-09-22 15:23:44 +02:00
parent 6848c8b561
commit ec11aef914
6 changed files with 55 additions and 19 deletions

View File

@@ -9,11 +9,17 @@ G0"ay$k@au
@auY:quit!
GP
/start here$
jjlld
:/here$/,$-1w! test.out
"by$jjlld
/456$
jj"bP
:/56$/,$-1w! test.out
:qa!
ENDTEST
123456
234567
345678
test text test tex start here
some text
test text

View File

@@ -1,3 +1,7 @@
123start here56
234start here67
345start here78
test text test tex rt here
somext
tesext