diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-22 15:23:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-22 15:23:44 +0200 |
commit | ec11aef914d3f1570c40e9795c145fffaf94edd4 (patch) | |
tree | f230bf2032661da939fe9a1b1308b918d8ed484a /src/testdir | |
parent | 6848c8b561e6c35a3e646c99a82e03c4aa5def92 (diff) | |
download | vim-ec11aef914d3f1570c40e9795c145fffaf94edd4.zip |
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)
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test20.in | 10 | ||||
-rw-r--r-- | src/testdir/test20.ok | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/src/testdir/test20.in b/src/testdir/test20.in index 7201c75c2..662a1439f 100644 --- a/src/testdir/test20.in +++ b/src/testdir/test20.in @@ -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 diff --git a/src/testdir/test20.ok b/src/testdir/test20.ok index 2604e7cc8..7c50ea8db 100644 --- a/src/testdir/test20.ok +++ b/src/testdir/test20.ok @@ -1,3 +1,7 @@ +123start here56 +234start here67 +345start here78 + test text test tex rt here somext tesext |