view READMEdir/README_mac.txt @ 31394:a6b1f1c22374 v9.0.1030

patch 9.0.1030: using freed memory with the cmdline popup menu Commit: https://github.com/vim/vim/commit/038e6d20e680ce8c850d07f6b035c4e1904c1201 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 8 12:00:50 2022 +0000 patch 9.0.1030: using freed memory with the cmdline popup menu Problem: Using freed memory with the cmdline popup menu. Solution: Clear the popup menu when clearing the matches. (closes https://github.com/vim/vim/issues/11677)
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 13:15:03 +0100
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