view READMEdir/README_mac.txt @ 31107:86c628c39931 v9.0.0888

patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboard Commit: https://github.com/vim/vim/commit/f10952e8c0b94bae58742f147d6779998d189892 Author: Aedin Louis Xavier <mmxael@gmail.com> Date: Wed Nov 16 12:02:28 2022 +0000 patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboard Problem: MS-Windows GUI: CTRL-] does not work on Swiss keyboard. Solution: Check the key code and don't consider it as a dead key. (Aedin Louis Xavier, closes #11556)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Nov 2022 13:15: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