Skip to content

Commit

Permalink
MacVim Snapshot 171
Browse files Browse the repository at this point in the history
Updated to Vim 8.2.2681.

This is a small update mostly containing a fix to rendering bug in Core
Text renderer.

Fixes
====================

- Fixed a rendering issue where MacVim would stop drawing text when the
  computer is running low on memory. Previously the user would have to
  restart MacVim in order to get the rendering back. #1164

Compatibility
====================

Requires macOS 10.9 or above.

Script interfaces have compatibility with these versions:

- Lua 5.4
- Perl 5.18
- Python2 2.7
- Python3 3.9
- Ruby 3.0
  • Loading branch information
ychin committed Apr 1, 2021
1 parent de249a8 commit 6961731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -1255,7 +1255,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>170</string>
<string>171</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 6961731

Please sign in to comment.