Mercurial > vim
annotate READMEdir/README_mac.txt @ 32327:8b45854712a4 v9.0.1495
patch 9.0.1495: GTK3: hiding the mouse pointer does not work
Commit: https://github.com/vim/vim/commit/660eb9f9db6e704e39e40c6f0bf747a14de30321
Author: Kenny Stauffer <kstauffer@gmail.com>
Date: Fri Apr 28 16:36:51 2023 +0100
patch 9.0.1495: GTK3: hiding the mouse pointer does not work
Problem: GTK3: hiding the mouse pointer does not work. (Rory O?Kane)
Solution: Set alpha level to zero. (Kenny Stauffer, closes https://github.com/vim/vim/issues/12293,
closes #3256)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 28 Apr 2023 17:45:03 +0200 |
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 |