annotate src/testdir/test35.in @ 2684:951641b8784d
v7.3.102
updated for version 7.3.102
Problem: When using ":make", typing the next command and then getting the
"reload" prompt the next command is (partly) eaten by the reload
prompt.
Solution: Accept ':' as a special character at the reload prompt to accept
the default choice and execute the command.
author |
Bram Moolenaar <bram@vim.org> |
date |
Mon, 17 Jan 2011 20:08:11 +0100 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
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 j102ll64128$
|
|
8 :set nrformats=octal
|
|
9 0102l2w65129blx6lD
|
|
10 :set nrformats=hex
|
|
11 0101l257Txldt
|
|
12 :set nrformats=
|
|
13 0200l100w78k
|
|
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
|