view READMEdir/README_mac.txt @ 32333:93b3ca8df26a v9.0.1498

patch 9.0.1498: in a terminal window the cursor may jump around Commit: https://github.com/vim/vim/commit/58806c1553afa2924377f6445ac6ed8cb852f9ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 29 14:26:02 2023 +0100 patch 9.0.1498: in a terminal window the cursor may jump around Problem: In a terminal window the cursor may jump around. (Kenny Stauffer) Solution: Do not move the cursor to the position for terminal-normal mode. (closes #12312)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Apr 2023 15:30:02 +0200
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