Skip to content

Commit 2b9a6a1

Browse files
committed
MacVim Snapshot 163
Vim patch 8.2.539 General: - MacVim now reports its app category to be "Productivity" for Screen Time. #1032 Fixes: - Fix MacVim not reporting its version number correctly. #1011 - Fix mvim:// protocol handler not handling line number. #1020 - Fix opening MacVim from the Dock not setting UTF-8 in locale. #1033 - Buffer menu now doesn't show stale menu items from command-line windows or terminal windows. #1025 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
1 parent 74283d8 commit 2b9a6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@
12551255
</dict>
12561256
</array>
12571257
<key>CFBundleVersion</key>
1258-
<string>162</string>
1258+
<string>163</string>
12591259
<key>LSApplicationCategoryType</key>
12601260
<string>public.app-category.productivity</string>
12611261
<key>NSAppTransportSecurity</key>

0 commit comments

Comments
 (0)