comparison src/testdir/test39.in @ 5730:420fd9cb86d5 v7.4.210

updated for version 7.4.210 Problem: Visual block mode plus virtual edit doesn't work well with tabs. (Liang Li) Solution: Take coladd into account. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 19 Mar 2014 18:57:54 +0100
parents d289f2167d70
children 3f92ef156c66
comparison
equal deleted inserted replaced
5729:b5cc3a0729b1 5730:420fd9cb86d5
33 :.,/^$/w >> test.out 33 :.,/^$/w >> test.out
34 :" Test for Visual block was created with the middle <C-v>$ (2) 34 :" Test for Visual block was created with the middle <C-v>$ (2)
35 /^C23$/ 35 /^C23$/
36 :exe ":norm! l\<C-V>j$hhAab\<Esc>" 36 :exe ":norm! l\<C-V>j$hhAab\<Esc>"
37 :.,/^$/w >> test.out 37 :.,/^$/w >> test.out
38 :" Test for Visual block insert when virtualedit=all
39 :set ve=all
40 :/\t\tline
41 :exe ":norm! 07l\<C-V>jjIx\<Esc>"
42 :set ve=
43 :.,/^$/w >> test.out
38 :" gUe must uppercase a whole word, also when ß changes to SS 44 :" gUe must uppercase a whole word, also when ß changes to SS
39 Gothe youtußeuu endYpk0wgUe 45 Gothe youtußeuu endYpk0wgUe
40 :" gUfx must uppercase until x, inclusive. 46 :" gUfx must uppercase until x, inclusive.
41 O- youßtußexu -0fogUfx 47 O- youßtußexu -0fogUfx
42 :" VU must uppercase a whole line 48 :" VU must uppercase a whole line
61 :$put ='col:'.cpos[2].' off:'.cpos[3] 67 :$put ='col:'.cpos[2].' off:'.cpos[3]
62 :/^the/,$w >> test.out 68 :/^the/,$w >> test.out
63 :qa! 69 :qa!
64 ENDTEST 70 ENDTEST
65 71
72 line1
73 line2
74 line3
75
66 aaaaaa 76 aaaaaa
67 bbbbbb 77 bbbbbb
68 cccccc 78 cccccc
69 dddddd 79 dddddd
70 80