comparison src/testdir/test_increment.ok @ 6868:9798a98a1583 v7.4.754

patch 7.4.754 Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 13:57:36 +0200
parents
children f9876721bedc
comparison
equal deleted inserted replaced
6867:92ce9afd7729 6868:9798a98a1583
1 # Test 1
2 S1======
3 foobar-10
4 E1======
5
6 foobar-9
7 foobar-9
8 foobar-11
9 foobar-11
10 foobar-9
11
12
13 # Test 2
14 S2=====
15 10
16 20
17 30
18 40
19 E2=====
20
21 11
22 21
23 31
24 41
25
26 9
27 19
28 29
29 39
30
31 # Test 3
32 S3=====
33 10
34
35 20
36
37 30
38
39 40
40 E3=====
41
42 12
43
44 24
45
46 36
47
48 48
49
50 8
51
52 16
53
54 24
55
56 32
57
58 # Test 4
59 S4=====
60 foobar-10
61 E4=====
62
63 foobar-10
64
65 ENDTEST
66