Skip to content

Commit

Permalink
MacVim Snapshot 162
Browse files Browse the repository at this point in the history
Vim patch 8.2.319

General:

- MacVim is now upgraded to Vim 8.2!

Fixes:

- Fix mvim:// protocol handler to handle spaces in file names. #1002
- Allow the fullscreen toggle on the Touch Bar to be disabled. #997
- Fixed potential infinite recursion draw crash. #985

Targets macOS 10.9+

Script interfaces have compatibility with these versions:

- Lua 5.3
- Perl 5.18
- Python2 2.7
- Python3 3.7
- Ruby 2.7
  • Loading branch information
ychin committed Mar 3, 2020
1 parent b93473f commit 3533c60
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>161</string>
<string>162</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit 3533c60

Please sign in to comment.