view READMEdir/README_mac.txt @ 31944:87ed5e064db2 v9.0.1304

patch 9.0.1304: "$" for 'list' option displayed in wrong position Commit: https://github.com/vim/vim/commit/234c3fab28c14846b962c90097496b27ee1b4df8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 12 14:42:15 2023 +0000 patch 9.0.1304: "$" for 'list' option displayed in wrong position Problem: "$" for 'list' option displayed in wrong position when there are text properties. Solution: Adjust logic for order of displayed items. (closes #11959)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Feb 2023 15:45:04 +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