summaryrefslogtreecommitdiffstats
path: root/runtime/doc/testing.txt
diff options
context:
space:
mode:
authorRestorerZ <restorer@mail2k.ru>2023-10-05 22:25:12 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-05 22:25:12 +0200
commitac9c6d5c786a016ca1dce297d167a5a963881f7e (patch)
treeb85f6f7c1f89dd0dc6344aac16ffb8932c3e8fdb /runtime/doc/testing.txt
parent9960ebcacee5f430d61735991a0563858168ef2c (diff)
patch 9.0.1994: inconsistent feature descriptionv9.0.1994
Problem: inconsistent feature description Solution: delete old mentioned feature sets small and big The may however still be mentioned for historical reasons. e.g. The last Amiga built version is for Vim6.2 and is still a big version. closes: #13273 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: RestorerZ <restorer@mail2k.ru>
Diffstat (limited to 'runtime/doc/testing.txt')
-rw-r--r--runtime/doc/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt
index 362f2b9714..2d78c0ec12 100644
--- a/runtime/doc/testing.txt
+++ b/runtime/doc/testing.txt
@@ -21,7 +21,7 @@ Vim can be tested after building it, usually with "make test".
The tests are located in the directory "src/testdir".
There are two types of tests added over time:
- test20.in oldest, only for tiny and small builds
+ test20.in oldest, only for tiny builds
test_something.vim new style tests
*new-style-testing*