view READMEdir/README_mac.txt @ 27362:2ca6dd1f62af v8.2.4209

patch 8.2.4209: partial in 'opfunc' cannot use an imported function Commit: https://github.com/vim/vim/commit/3e93a2b075e99a2b3ced85227a6373be233712ff Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 24 21:28:01 2022 +0000 patch 8.2.4209: partial in 'opfunc' cannot use an imported function Problem: partial in 'opfunc' cannot use an imported function. Solution: Also expand the function name in a partial. (closes https://github.com/vim/vim/issues/9614)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jan 2022 22:30:04 +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