comparison src/testdir/test94.in @ 4346:1d56e5dfa08e v7.3.922

updated for version 7.3.922 Problem: No test for what 7.3.918 fixes. Solution: Add a test. (David B?rgin)
author Bram Moolenaar <bram@vim.org>
date Sat, 04 May 2013 04:11:07 +0200
parents 9f642ac84df9
children bf3e6012dfbd
comparison
equal deleted inserted replaced
4345:9183b4efda2e 4346:1d56e5dfa08e
28 : let [line2, col2] = searchpos('.\u', 'nW') 28 : let [line2, col2] = searchpos('.\u', 'nW')
29 : call setpos("'<", [0, line1, col1, 0]) 29 : call setpos("'<", [0, line1, col1, 0])
30 : call setpos("'>", [0, line2, col2, 0]) 30 : call setpos("'>", [0, line2, col2, 0])
31 : normal! gv 31 : normal! gv
32 :endfunction 32 :endfunction
33 :function MoveToEndCount(count)
34 : normal! v:count . e
35 :endfunction
36 : 33 :
37 :" Visual modes followed by operator 34 :" Visual modes followed by operator
38 /^apple 35 /^apple
39 lvld.l3vd.: 36 lvld.l3vd.:
40 /^line 1 37 /^line 1
57 /^Pineapple 54 /^Pineapple
58 cW-l.l2.l.: 55 cW-l.l2.l.:
59 /^Juniper 56 /^Juniper
60 g?\WfD.: 57 g?\WfD.:
61 /^Lemon 58 /^Lemon
62 yiWPlciWNew: 59 yiWPlciWNewfr.:
63 : 60 :
64 :" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc. 61 :" Patch 7.3.879: Properly abort Operator-pending mode for "dv:<Esc>" etc.
65 /^zzzz 62 /^zzzz
66 dV: 63 dV:
67 dv: 64 dv: