comparison src/testdir/test39.in @ 6983:c7d12c7eb2b6 v7.4.809

patch 7.4.809 Problem: Test is duplicated. Solution: Roll back 7.4.802.
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Aug 2015 21:27:11 +0200
parents 417201526af3
children
comparison
equal deleted inserted replaced
6982:f89f15d4f6ed 6983:c7d12c7eb2b6
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
60 :" gUe must uppercase a whole word, also when ß changes to SS 54 :" gUe must uppercase a whole word, also when ß changes to SS
61 Gothe youtußeuu endYpk0wgUe 55 Gothe youtußeuu endYpk0wgUe
62 :" gUfx must uppercase until x, inclusive. 56 :" gUfx must uppercase until x, inclusive.
63 O- youßtußexu -0fogUfx 57 O- youßtußexu -0fogUfx
64 :" VU must uppercase a whole line 58 :" VU must uppercase a whole line