view READMEdir/README_mac.txt @ 26921:b975b7c16ba1 v8.2.3989

patch 8.2.3989: some insert completion code is not tested Commit: https://github.com/vim/vim/commit/e982586f8eebf2b055987218f6d3f7a084c4bf69 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Mon Jan 3 11:03:48 2022 +0000 patch 8.2.3989: some insert completion code is not tested Problem: Some insert completion code is not tested. Solution: Add a few tests. Refactor thesaurus completion. (Yegappan Lakshmanan, closes #9460)
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Jan 2022 12:15:03 +0100
parents 9f41bfdbc6fc
children f8116058ca76
line wrap: on
line source

README_mac.txt for version 8.2 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