view READMEdir/README_mac.txt @ 28641:fdb18b1122f7 v8.2.4844

patch 8.2.4844: <C-S-I> is simplified to <S-Tab> Commit: https://github.com/vim/vim/commit/758a8d199988b5b25566b2820db60dc2c9de3e58 Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Apr 29 11:06:34 2022 +0100 patch 8.2.4844: <C-S-I> is simplified to <S-Tab> Problem: <C-S-I> is simplified to <S-Tab>. Solution: Do not simplify CTRL if there is also SHIFT. (closes https://github.com/vim/vim/issues/10313)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Apr 2022 12:15:03 +0200
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