comparison READMEdir/README_os390.txt @ 33486:93c715c63a4a v9.0.1994

patch 9.0.1994: inconsistent feature description Commit: https://github.com/vim/vim/commit/ac9c6d5c786a016ca1dce297d167a5a963881f7e Author: RestorerZ <restorer@mail2k.ru> Date: Thu Oct 5 22:25:12 2023 +0200 patch 9.0.1994: inconsistent feature description 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>
author Christian Brabandt <cb@256bit.org>
date Thu, 05 Oct 2023 22:30:05 +0200
parents f8116058ca76
children 4635e43f2c6f
comparison
equal deleted inserted replaced
33485:d765c6869d22 33486:93c715c63a4a
44 # Don't use c89! 44 # Don't use c89!
45 # Allow intermixing of compiler options and files. 45 # Allow intermixing of compiler options and files.
46 46
47 $ export CC=cc 47 $ export CC=cc
48 $ export _CC_CCMODE=1 48 $ export _CC_CCMODE=1
49 $./configure --with-features=big --without-x --enable-gui=no 49 $./configure --with-features=normal --without-x --enable-gui=no
50 $ cd src 50 $ cd src
51 $ make 51 $ make
52 52
53 There may be warnings: 53 There may be warnings:
54 - include files not found (libc, sys/param.h, ...) 54 - include files not found (libc, sys/param.h, ...)