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). #1463
MacVim can be launched without loading user defaults for a clean experience via a command-line flag. See :h macvim-settings.
-
General
+
General
Sparkle (updater for MacVim) is now updated to 2.5.2. The updater can now show multiple release notes when updating MacVim across multiple versions. #1446#1469
@@ -70,14 +85,14 @@
General
Python 2 support: The default location for locating the Python 2 lib in the binary release is now under /Library/Frameworks rather than /usr/local. Note: Python 2 has long been obsolete. If you rely on Python 2 plugins, consider this a warning as it’s only supported as long as it’s feasible and could be removed in the future. #1434
-
Fixes
+
Fixes
Fixed non-native full screen mode when using a MacBook with a notch and having the “Show menu bar in non-native mode” option set. Changing the screen resolution while using non-native full screen also works properly now. #1450
Fixed Help menu’s documentation search not working with tags with special characters like <Down>. #1455
-
Compatibility
+
Compatibility
Requires macOS 10.9 or above. (10.9 - 10.12 requires downloading a separate legacy build)
This update mostly syncs to new upstream Vim version, along with small fixes.
-
Features
+
Features
-
New Vim features
+
New Vim features
Vim now supports the XDG Base Directory Specification. You can now put your vimrc and plugins in ~/.config/vim intsead of ~/.vim / ~/.vimrc. See :h xdg-base-dir. v9.1.0327
@@ -49,26 +63,26 @@
New Vim features
-
Misc
+
Misc
When resizing MacVim, the title bar’s message looks a little nicer now. #1488 by @sfsam
Copyright disclaimer in About MacVim no longer shows a year. #1497
-
General
+
General
Sparkle (updater for MacVim) is now updated to 2.6.4. For legacy builds it’s now updated to 1.27.3. #1494
-
Fixes
+
Fixes
Fixed dragging tabs to reorder them resulting in a crash. #1499
-
Compatibility
+
Compatibility
Requires macOS 10.9 or above. (10.9 - 10.12 requires downloading a separate legacy build)
diff --git a/release-notes/whatsnew.html b/release-notes/whatsnew.html
index 199ff52..74ae496 100644
--- a/release-notes/whatsnew.html
+++ b/release-notes/whatsnew.html
@@ -14,6 +14,7 @@
Use ?from=&to= to list a range of releases.
Use ?version= to list a single release from its revision number.
+ Use ?all to just show all of them.
-->
+
+
+
+
{% for release in site.data.releases.prereleases %}