view READMEdir/README_mac.txt @ 32603:f762d8bfda84 v9.0.1633

patch 9.0.1633: duplicate code for converting float to string Commit: https://github.com/vim/vim/commit/19dfa276c37dcf657922c6f9b48cf2954191e8b6 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Jun 15 10:56:41 2023 +0100 patch 9.0.1633: duplicate code for converting float to string Problem: Duplicate code for converting float to string. Solution: Use tv_get_string(). (closes https://github.com/vim/vim/issues/12521)
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Jun 2023 12:00:06 +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