Mercurial > vim
annotate READMEdir/README_mac.txt @ 31571:c51111774ea8 v9.0.1118
patch 9.0.1118: sporadic test failures when using a terminal window
Commit: https://github.com/vim/vim/commit/dbe6ef1036fd50fc837b76d4e1d862a9bbbcf09b
Author: James McCoy <jamessan@jamessan.com>
Date: Sat Dec 31 11:44:57 2022 +0000
patch 9.0.1118: sporadic test failures when using a terminal window
Problem: Sporadic test failures when using a terminal window.
Solution: Adjust waiting times. (James McCoy, closes https://github.com/vim/vim/issues/11763)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 31 Dec 2022 13:00:05 +0100 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
rev | line source |
---|---|
29314 | 1 README_mac.txt for version 9.0 of Vim: Vi IMproved. |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 |
24468 | 3 This file explains the installation of Vim on MacOS systems. |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 See "README.txt" for general information about Vim. |
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
5 |
24468 | 6 To build from source get the files with git from https://github.com/vim/vim. |
7 The find the instructions in src/INSTALLmac.txt. | |
8623
58e749232bd7
commit https://github.com/vim/vim/commit/818c9e7edfce339eff7cb357f2ec29a72afd1977
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
8 |
24468 | 9 Installing Vim using Homebrew: |
10211
b7da8d4c594c
commit https://github.com/vim/vim/commit/d07969093a9b3051511c478d71c36de6fc33c0d6
Christian Brabandt <cb@256bit.org>
parents:
10198
diff
changeset
|
10 1. Install Homebrew from http://brew.sh/ |
24468 | 11 2. Install the latest Vim with: |
12 brew install vim |