diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-07-28 17:16:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-07-28 17:16:33 +0200 |
commit | 52e21cf057e313a867b0f529c8e4d52ad5ae740d (patch) | |
tree | f5bf24a4dd4d43e395f720f9189425b214258c52 /src/testdir/test39.in | |
parent | 278236000f6449c79041be8d6f4faabb1d295260 (diff) | |
download | vim-git-52e21cf057e313a867b0f529c8e4d52ad5ae740d.tar.gz |
patch 7.4.802v7.4.802
Problem: Using "A" in Visual mode while 'linebreak' is set is not tested.
Solution: Add a test for this, verifies the problem is fixed. (Ingo Karkat)
Diffstat (limited to 'src/testdir/test39.in')
-rw-r--r-- | src/testdir/test39.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testdir/test39.in b/src/testdir/test39.in index fcb935de7..ff7fe33a6 100644 --- a/src/testdir/test39.in +++ b/src/testdir/test39.in @@ -51,6 +51,12 @@ G$khhhhhkkcmno :exe ":norm! 012l\<C-v>jjAx\<Esc>" :set ve= enc=latin1 :.,/^$/w >> test.out +:" Test for single-line Visual block append at wrapped line with :set linebreak +Golong line: 40afoobar aTARGET at end +:set linebreak +:exe ":norm! $3B\<C-v>eAx\<Esc>" +:set nolinebreak +:.w >> test.out :" gUe must uppercase a whole word, also when ß changes to SS Gothe youtußeuu endYpk0wgUe :" gUfx must uppercase until x, inclusive. |