fork for IVI
[profile/ivi/vim.git] / src / testdir / test35.in
1 Test Ctrl-A and Ctrl-X, which increment and decrement decimal, hexadecimal,
2 and octal numbers.
3
4 STARTTEST
5 /^start-here
6 :set nrformats=octal,hex
7 j\ 1102\18\ 1l\18l\ 164\ 1128\18$\18
8 :set nrformats=octal
9 0\ 1102\18\ 1l\182\ 1w65\ 1129\18blx6lD
10 :set nrformats=hex
11 0101\18l257\18\ 1Txldt \ 1 \18 \18
12 :set nrformats=
13 0200\18l100\18w78\18\ 1k
14 :$-3,$wq! test.out
15 ENDTEST
16
17 start-here
18 100     0x100     077     0
19 100     0x100     077     
20 100     0x100     077     0xfF     0xFf
21 100     0x100     077