Merged from the latest developing branch.
[MacVim.git] / src / testdir / test35.in
blobba97911a1d8d608992e77948df6d9f5f534d0e3c
1 Test Ctrl-A and Ctrl-X, which increment and decrement decimal, hexadecimal,
2 and octal numbers.
4 STARTTEST
5 /^start-here
6 :set nrformats=octal,hex
7 j\x01102\x18\x01l\x18l\x0164\x01128\x18$\x18
8 :set nrformats=octal
9 0\x01102\x18\x01l\x182\x01w65\x01129\x18blx6lD
10 :set nrformats=hex
11 0101\x18l257\x18\x01Txldt \x01 \x18 \x18
12 :set nrformats=
13 0200\x18l100\x18w78\x18\x01k
14 :$-3,$wq! test.out
15 ENDTEST
17 start-here
18 100     0x100     077     0
19 100     0x100     077     
20 100     0x100     077     0xfF     0xFf
21 100     0x100     077