view src/testdir/test_increment.ok @ 6891:f9876721bedc v7.4.765

patch 7.4.765 Problem: CTRL-A and CTRL-X in Visual mode do not always work well. Solution: Improvements for increment and decrement. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 03 Jul 2015 12:44:07 +0200
parents 9798a98a1583
children 58d9f967ae1a
line wrap: on
line source

# Test 1
S1======
foobar-10
E1======

foobar-9
foobar-9
foobar-11
foobar-11
foobar-9


# Test 2
S2=====
10
20
30
40
E2=====

11
21
31
41

9
19
29
39

# Test 3
S3=====
10

20

30

40
E3=====

12

24

36

48

8

16

24

32

# Test 4
S4=====
foobar-10
E4=====

foobar-10


# Test 5
S5====
a
a
a
a
E5====

b
c
d
e

# Test 6
S6====
z
z
z
z
E6====

y
x
w
v


# Test 7
S7====
2
1
0
-1
-2
E7====

3
2
1
0
-1

1
0
-1
-2
-3

# Test 8
S8====
0x9
0x9
E8====

0xa
0xa

0xa
0xa


# Test 9
S9====
2
2

3
3

E9====

4
4

5
5




# Test 10
S10====
1
1
1
1
E10====

0
-1
-2
-3



# Test 11
S11====
    1
1
    1
    1
E11====

    2
1
    3
    4


# Test 12
S12====
0 0
0 0
0 0
E12====

0 1
1 0
1 0







ENDTEST