view READMEdir/README_mac.txt @ 32798:f48e27f20e6b v9.0.1715

patch 9.0.1715: duplicate test in message_test.c Commit: https://github.com/vim/vim/commit/7772c93a3ec1ce60469e9aea9899687ae1141f34 Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Aug 15 22:48:40 2023 +0200 patch 9.0.1715: duplicate test in message_test.c Problem: duplicate test in message_test.c Solution: Remove duplicate test and make functions static closes: #12803 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Aug 2023 23:00:04 +0200
parents f8116058ca76
children 4635e43f2c6f
line wrap: on
line source

README_mac.txt for version 9.0 of Vim: Vi IMproved.

This file explains the installation of Vim on MacOS systems.
See "README.txt" for general information about Vim.

To build from source get the files with git from https://github.com/vim/vim.
The find the instructions in src/INSTALLmac.txt.

Installing Vim using Homebrew:
1. Install Homebrew from http://brew.sh/
2. Install the latest Vim with:
	brew install vim