-
-
Notifications
You must be signed in to change notification settings - Fork 688
Description
Steps to reproduce
Installl older version
Start older version
Read Software Update text
Expected behaviour
The incorrect text is preceded by this declaration:
Currently, MacVim binary releases are available in two versions: a normal version (macOS 10.13 or above), and a legacy version (macOS 10.9-10.12).
The text that is incorrect is this:
Starting next release (r183), the normal version will require macOS 11 or above (due to Xcode 26 requirements), and macOS 10.13-10.15 users will need to use the legacy version instead.
I'm pretty sure it should say this instead:
Starting next release (r183), the normal version will require macOS 13 or above (due to Xcode 26 requirements), and macOS 10.9-10.12 users will need to use the legacy version instead.
Version of MacVim
Probably any version where the Software Update message will be displayed
MacVim installation method
n/a
Environment
macOS: 26.0.1
Logs and stack traces
Vim and MacVim configuration where issue is reproducable
No response
How was MacVim launched?
- by launching MacVim.app in macOS (by using the Dock, Spotlight, or the
opencommand) - by running mvim/gvim in the terminal
Issue has been tested with clean configuration
- by running
mvim --clean(orgvim, supplied by MacVim distribution). You can also use the File → "New Clean Window" menu item within MacVim. - by running
vim --clean(in terminal, supplied by MacVim distribution) - by running
vim --clean(in terminal, other suppliers, e.g. /usr/bin/vim)