MacVim r179
#1471
Replies: 2 comments
-
Still the best text editor for macOS |
Beta Was this translation helpful? Give feedback.
0 replies
-
Do we know when shall we expect the new release? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Updated to Vim 9.1.0
Happy New Year! See #1472 for a retrospective of 2023 and future roadmap.
Also, Vim 9.1 is now released! See announcement.
Features
System monospace font (SF Mono)
MacVim's
guifont
option now supports a new-monospace-
value, which instructs it to use the system monospace font, which is SF Mono in recent macOS versions. As mentioned below (New Vim features), you can now use tab-completion to see the available values in cmdline. See:h macvim-guifont
for more details on how to use it (including using different font weights). #1463Note: I'm contemplating changing the MacVim default value for
guifont
to be-monospace-
in the future so MacVim will always use the native monospace font instead of being hard-coded to Menlo. This makes it more consistent with Apple Terminal and Xcode. Feel free to leave a comment on #1277 if you have opinions on this.New Vim features
:h cmdline-completion
and:h complete-set-option
):e ++
) and:terminal ++
completion work as well. v9.0.2025set jumpoptions=stack
. Ported from Neovim. v9.0.1921getmousepos()
returns a new "coladd" for tab characters. v9.0.2032:Man
now works properly whengdefault
is set. Fix :Man plugin not working if gdefault is set vim/vim#13097:h vim-script-library
.Misc
New settings:
Clean mode (#1453):
:h macvim-settings
.General
:hardcopy
under macOS 14. NOTE: Starting from macOS 14, you have to installps2pdf
(available from Ghostscript) yourself before you can print. See Fix macOS 14 Sonoma printing to use ps2pdf instead #1464Fixes
<Down>
. Fix Help menu searching Vim doc not working with special chars #1455Compatibility
Compatibility
Requires macOS 10.9 or above. (10.9 - 10.12 requires downloading a separate legacy build)
Script interfaces have compatibility with these versions:
This discussion was created from the release MacVim r179.
Beta Was this translation helpful? Give feedback.
All reactions