diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-04 01:41:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-04 01:41:17 +0100 |
commit | d9820538bd6c83c51d24e3481cadf79ccaa9549e (patch) | |
tree | b8727b6a93911ccc2cdf9a6a23ba107e6c9ce279 /src/testdir/test39.in | |
parent | ba2d7ffc4bd69175ddeffb77a7b459787baa0d92 (diff) | |
download | vim-git-d9820538bd6c83c51d24e3481cadf79ccaa9549e.tar.gz |
updated for version 7.4.064v7.4.064
Problem: When replacing a character in Visual block mode, entering a CR
does not cause a repeated line break.
Solution: Recognize the situation and repeat the line break. (Christian
Brabandt)
Diffstat (limited to 'src/testdir/test39.in')
-rw-r--r-- | src/testdir/test39.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test39.in b/src/testdir/test39.in index d39ba82d9..96995e089 100644 --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -32,6 +32,10 @@ Oblah di doh dutVkUj :" Uppercase part of two lines ddppi333k0i222fyllvjfuUk +:" visual replace using Enter or NL +G3o1234567892k05l2jr
G3o987652k02l2jr
+G3o1234567892k05l2jr +G3o987652k02l2jr :/^the/,$w >> test.out :qa! ENDTEST |