view READMEdir/README_src.txt @ 35703:d36d2b0f8143 v9.1.0588

patch 9.1.0588: The maze program no longer compiles on newer clang Commit: https://github.com/vim/vim/commit/3ce274682b6c4ef6d8d49a8afefe748858e59ba2 Author: Mohamed Akram <mohd.akram@outlook.com> Date: Mon Jul 15 20:23:36 2024 +0200 patch 9.1.0588: The maze program no longer compiles on newer clang Problem: The maze program no longer compiles on newer clang Solution: Use ANSI C function definition for main() (Mohamed Akram) Implicit int is an error in newer versions of clang. closes: #15247 Signed-off-by: Mohamed Akram <mohd.akram@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Wed, 17 Jul 2024 08:13:48 +0200
parents 4635e43f2c6f
children
line wrap: on
line source

README_src.txt for version 9.1 of Vim: Vi IMproved.

The source archive contains the files needed to compile Vim on Unix systems.
It is packed for Unix systems (NL line separator).

For more information, see the README.txt file that comes with the runtime
archive (vim-9.1-rt.tar.gz).  To be able to run Vim you MUST get the runtime
archive too!