view READMEdir/README_mac.txt @ 27750:fc0a37304590 v8.2.4401

patch 8.2.4401: map listing does not clear the rest of the command line Commit: https://github.com/vim/vim/commit/d288eaad846f0e07e0141226f97d858dcf96cb78 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 16 18:27:55 2022 +0000 patch 8.2.4401: map listing does not clear the rest of the command line Problem: Map listing does not clear the rest of the command line. Solution: Call msg_clear_eos(). (closes https://github.com/vim/vim/issues/5623, closes https://github.com/vim/vim/issues/5962)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Feb 2022 19:30:03 +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