annotate src/testdir/test35.in @ 9254:05e7d084c6c2
v7.4.1910
commit https://github.com/vim/vim/commit/abc70bbf363dbbe3f2bf714102f55648a512791e
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jun 8 21:48:50 2016 +0200
patch 7.4.1910
Problem: Tests using external command to delete directory.
Solution: Use delete().
author |
Christian Brabandt <cb@256bit.org> |
date |
Wed, 08 Jun 2016 22:00:06 +0200 |
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
|