comparison src/testdir/test39.in @ 6969:417201526af3 v7.4.802

patch 7.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)
author Bram Moolenaar <bram@vim.org>
date Tue, 28 Jul 2015 17:16:33 +0200
parents a287b0e9e87b
children c7d12c7eb2b6
comparison
equal deleted inserted replaced
6968:10c10846d8f9 6969:417201526af3
49 :.,/^$/w >> test.out 49 :.,/^$/w >> test.out
50 :" Test for Visual block append when virtualedit=all 50 :" Test for Visual block append when virtualedit=all
51 :exe ":norm! 012l\<C-v>jjAx\<Esc>" 51 :exe ":norm! 012l\<C-v>jjAx\<Esc>"
52 :set ve= enc=latin1 52 :set ve= enc=latin1
53 :.,/^$/w >> test.out 53 :.,/^$/w >> test.out
54 :" Test for single-line Visual block append at wrapped line with :set linebreak
55 Golong line: 40afoobar aTARGET at end
56 :set linebreak
57 :exe ":norm! $3B\<C-v>eAx\<Esc>"
58 :set nolinebreak
59 :.w >> test.out
54 :" gUe must uppercase a whole word, also when ß changes to SS 60 :" gUe must uppercase a whole word, also when ß changes to SS
55 Gothe youtußeuu endYpk0wgUe 61 Gothe youtußeuu endYpk0wgUe
56 :" gUfx must uppercase until x, inclusive. 62 :" gUfx must uppercase until x, inclusive.
57 O- youßtußexu -0fogUfx 63 O- youßtußexu -0fogUfx
58 :" VU must uppercase a whole line 64 :" VU must uppercase a whole line