comparison src/testdir/test39.in @ 6138:3f92ef156c66 v7.4.407

updated for version 7.4.407 Problem: Inserting text for Visual block mode, with cursor movement, repeats the wrong text. (Aleksandar Ivanov) Solution: Reset the update_Insstart_orig flag. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 16 Aug 2014 18:13:03 +0200
parents 420fd9cb86d5
children e13f8073c9f9
comparison
equal deleted inserted replaced
6137:12ecdad8c903 6138:3f92ef156c66
21 :$-4,$w! test.out 21 :$-4,$w! test.out
22 :" Test block-insert using cursor keys for movement 22 :" Test block-insert using cursor keys for movement
23 /^aaaa/ 23 /^aaaa/
24 :exe ":norm! l\<C-V>jjjlllI\<Right>\<Right> \<Esc>" 24 :exe ":norm! l\<C-V>jjjlllI\<Right>\<Right> \<Esc>"
25 :/^aa/,/^$/w >> test.out 25 :/^aa/,/^$/w >> test.out
26 /xaaa$/
27 :exe ":norm! \<C-V>jjjI<>\<Left>p\<Esc>"
28 :/xaaa$/,/^$/w >> test.out
26 :" Test for Visual block was created with the last <C-v>$ 29 :" Test for Visual block was created with the last <C-v>$
27 /^A23$/ 30 /^A23$/
28 :exe ":norm! l\<C-V>j$Aab\<Esc>" 31 :exe ":norm! l\<C-V>j$Aab\<Esc>"
29 :.,/^$/w >> test.out 32 :.,/^$/w >> test.out
30 :" Test for Visual block was created with the middle <C-v>$ (1) 33 :" Test for Visual block was created with the middle <C-v>$ (1)
76 aaaaaa 79 aaaaaa
77 bbbbbb 80 bbbbbb
78 cccccc 81 cccccc
79 dddddd 82 dddddd
80 83
84 xaaa
85 bbbb
86 cccc
87 dddd
88
81 A23 89 A23
82 4567 90 4567
83 91
84 B23 92 B23
85 4567 93 4567