summaryrefslogtreecommitdiffstats
path: root/READMEdir
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 /READMEdir
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 'READMEdir')
-rw-r--r--READMEdir/README_os390.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/READMEdir/README_os390.txt b/READMEdir/README_os390.txt
index 87db0b4ec4..ecbe8cadc9 100644
--- a/READMEdir/README_os390.txt
+++ b/READMEdir/README_os390.txt
@@ -46,7 +46,7 @@ Change to the vim directory and do:
$ export CC=cc
$ export _CC_CCMODE=1
- $./configure --with-features=big --without-x --enable-gui=no
+ $./configure --with-features=normal --without-x --enable-gui=no
$ cd src
$ make