{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":5641441,"defaultBranch":"master","name":"macvim","ownerLogin":"macvim-dev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-09-01T17:14:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11452312?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704337505.0","currentOid":""},"activityList":{"items":[{"before":"de3b3657623c4002a72b6d3d9e556f42cc7f7274","after":"e10ad1f5085cf2f0ae45b05cc4a92f77025629af","ref":"refs/heads/master","pushedAt":"2024-04-22T04:07:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1487 from ichizok/actions/cache-4\n\nCI: Bump actions/cache from 3 to 4","shortMessageHtmlLink":"Merge pull request #1487 from ichizok/actions/cache-4"}},{"before":"8f19e6e5e4fce0e7f432da71f29a8c8d03198f04","after":"de3b3657623c4002a72b6d3d9e556f42cc7f7274","ref":"refs/heads/master","pushedAt":"2024-04-20T10:04:32.000Z","pushType":"push","commitsCount":427,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'vim/master'","shortMessageHtmlLink":"Merge remote-tracking branch 'vim/master'"}},{"before":"4e39985e05c6febdd42652430452ac442b91dc4d","after":"8f19e6e5e4fce0e7f432da71f29a8c8d03198f04","ref":"refs/heads/master","pushedAt":"2024-02-06T23:01:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1478 from ychin/ci-macos-14-apple-silicon\n\nUpdate CI to use macos-14 / Apple Silicon runners","shortMessageHtmlLink":"Merge pull request #1478 from ychin/ci-macos-14-apple-silicon"}},{"before":"73ed6d92a66ef262d7672878210e38bfaa352221","after":"4e39985e05c6febdd42652430452ac442b91dc4d","ref":"refs/heads/master","pushedAt":"2024-02-05T22:13:47.000Z","pushType":"push","commitsCount":144,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'vim/master'","shortMessageHtmlLink":"Merge remote-tracking branch 'vim/master'"}},{"before":"a1d73f709a243d058c0ee2dccf12e16579b37ada","after":"73ed6d92a66ef262d7672878210e38bfaa352221","ref":"refs/heads/master","pushedAt":"2024-01-05T06:03:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"MacVim r179\n\nUpdated to Vim 9.1.0\n\nVim 9.1 is now released! See\n[announcement](https://www.vim.org/vim-9.1-released.php).\n\nFeatures\n====================\n\nSystem monospace font (SF Mono)\n--------------------\n\nMacVim's `guifont` option now supports a new `-monospace-` value, which\ninstructs it to use the system monospace font, which is SF Mono in\nrecent macOS versions. As mentioned below, you can now use\ntab-completion to see the available values in cmdline. See `:h\nmacvim-guifont` for more details on how to use it (including using\ndifferent font weights). #1463\n\nNote: I'm contemplating changing the MacVim defaults to use\n`-monospace-` in the future so MacVim will always use the native\nmonospace font instead of being hard-coded to Menlo. This makes it more\nconsistent with Apple Terminal and Xcode. Feel free to leave a comment\non #1277 if you have opinions on this.\n\nNew Vim features\n--------------------\n\n- Command-line tab completion improvements and bug fixes\n - Most string option values can now be completed. v9.0.1958\n - MacVim options (guifont, fuoptions) also support tab completion.\n #1436\n - ++opt (e.g. `:e ++`) and `:terminal ++` completion works as well.\n v9.0.2025\n- New options:\n - `set jumpoptions=stack`. Ported from Neovim. v9.0.1921\n- API changes\n - `getmousepos()` returns a new \"coladd\" for tab characters.\n v9.0.2032\n- `:Man` now works properly when `gdefault` is set.\n- A new small Vim script library that may expand in the future. See `:h\n vim-script-library`.\n- Vim9 script improvements.\n- Miscellaneous security fixes.\n\nMisc\n--------------------\n\nNew settings:\n\n- \"Scroll in one direction only\" (Input). Prevents accidental horizontal\n scrolling when scrolling vertically using a trackpad. #1442\n\nClean mode (#1453):\n\n- Vim can be opened in clean mode (does not use .vimrc or plugins) via\n the new menu item \"New Clean Window\". The new menu isn't localized in\n most languages. Please comment on the issue if you would like to help\n in localization.\n- MacVim can be launched without loading user defaults for a clean\n experience via a command-line flag. See `:h macvim-settings`.\n\nGeneral\n====================\n\n- Sparkle (updater for MacVim) is now updated to 2.5.2. The updater can\n now show multiple release notes when updating MacVim across multiple\n versions. #1446 #1469\n- Binary release is now built with more optimized compiler settings. Vim\n will now run slightly faster than before. #1444\n- macOS 14 Sonoma:\n - Binary release is now built using the macOS 14 SDK (#1434, #1440,\n #1448). One small change is that very tall characters (e.g. \"นี้\")\n on the first line will now draw into the title bar instead of\n being clipped.\n - Fixed printing with `:hardcopy` under macOS 14. *NOTE:* Starting\n from macOS 14, you have to install `ps2pdf` (available from\n Ghostscript) yourself before you can print. See #1464\n- Python 2 support: The default location for locating the Python 2 lib\n in the binary release is now under /Library/Frameworks rather than\n /usr/local. Note: Python 2 has long been obsolete. If you rely on\n Python 2 plugins, consider this a warning as it's only supported as\n long as it's feasible and could be removed in the future. #1434\n\nFixes\n====================\n\n- Fixed non-native full screen mode when using a MacBook with a notch\n and having the \"Show menu bar in non-native mode\" option set. Changing\n the screen resolution while using non-native full screen also works\n properly now. #1450\n- Fixed Help menu's documentation search not working with tags with\n special characters like ``. #1455\n\nCompatibility\n====================\n\nRequires macOS 10.9 or above. (10.9 - 10.12 requires downloading a\nseparate legacy build)\n\nScript interfaces have compatibility with these versions:\n\n- Lua 5.4\n- Perl 5.30\n- Python2 2.7\n- Python3 3.9 or above\n- Ruby 3.2","shortMessageHtmlLink":"MacVim r179"}},{"before":"5294013d41ba3195699f557449a891429e26ab59","after":"731b3aad8691bf965cc6cf7231183173982f0c7c","ref":"refs/heads/gh-pages","pushedAt":"2024-01-05T06:02:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"MacVim r179\n\nCopied from https://macvim.org/appcast/latest.xml","shortMessageHtmlLink":"MacVim r179"}},{"before":"401adfb9e97c716f08d8ea388080657e1b73bb5c","after":"a1d73f709a243d058c0ee2dccf12e16579b37ada","ref":"refs/heads/master","pushedAt":"2024-01-04T01:27:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1470 from ychin/ci-use-xcode-15.1\n\nUpdate CI to build using Xcode 15.1","shortMessageHtmlLink":"Merge pull request #1470 from ychin/ci-use-xcode-15.1"}},{"before":"1e34a9f21b22f80661a790e520320ed398648317","after":"401adfb9e97c716f08d8ea388080657e1b73bb5c","ref":"refs/heads/master","pushedAt":"2024-01-03T01:02:32.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Fix MacVim configure scripts to parse Vim version without 0 patches\n\nVim 9.1 just landed with 0 patches (i.e. 9.1.0) and existing configure\nscripts weren't set up to deal with this.","shortMessageHtmlLink":"Fix MacVim configure scripts to parse Vim version without 0 patches"}},{"before":"1306cc999b78d246c7488d6485fa6bda7a9cdaf2","after":"1e34a9f21b22f80661a790e520320ed398648317","ref":"refs/heads/master","pushedAt":"2024-01-02T07:48:36.000Z","pushType":"push","commitsCount":121,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'vim/master'","shortMessageHtmlLink":"Merge remote-tracking branch 'vim/master'"}},{"before":"1a8aef0b01ce606f17115b3e71d4864f0640d1b2","after":"1306cc999b78d246c7488d6485fa6bda7a9cdaf2","ref":"refs/heads/master","pushedAt":"2023-12-23T09:18:15.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1469 from ychin/sparkle-2.5.2\n\nSparkle 2.5.2","shortMessageHtmlLink":"Merge pull request #1469 from ychin/sparkle-2.5.2"}},{"before":"c9de69ff055c8e8f04f8e8d8e04aac8c59b78e58","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2023-12-18T23:05:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"}},{"before":"e676ef5022121c286e4d8f19d7fdaf0f992678e8","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2023-12-18T23:05:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"}},{"before":"9e586e1638c9c3a6b84dc5aa573b0134f1e1177f","after":"1a8aef0b01ce606f17115b3e71d4864f0640d1b2","ref":"refs/heads/master","pushedAt":"2023-12-18T23:05:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1466 from macvim-dev/dependabot/github_actions/actions/upload-artifact-4\n\nbuild(deps): bump actions/upload-artifact from 3 to 4","shortMessageHtmlLink":"Merge pull request #1466 from macvim-dev/dependabot/github_actions/ac…"}},{"before":null,"after":"c9de69ff055c8e8f04f8e8d8e04aac8c59b78e58","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2023-12-18T16:36:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github/codeql-action from 2 to 3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github/codeql-action from 2 to 3"}},{"before":null,"after":"e676ef5022121c286e4d8f19d7fdaf0f992678e8","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2023-12-18T16:36:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump actions/upload-artifact from 3 to 4\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/upload-artifact from 3 to 4"}},{"before":"bdab43026858c39570ed714b2ed31bfbf3038c7f","after":null,"ref":"refs/heads/dependabot/github_actions/actions/stale-9","pushedAt":"2023-12-11T22:53:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"}},{"before":"bbe7a4a444e7ea99abb4a308d091c3791df6d084","after":"9e586e1638c9c3a6b84dc5aa573b0134f1e1177f","ref":"refs/heads/master","pushedAt":"2023-12-11T22:53:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1465 from macvim-dev/dependabot/github_actions/actions/stale-9\n\nbuild(deps): bump actions/stale from 8 to 9","shortMessageHtmlLink":"Merge pull request #1465 from macvim-dev/dependabot/github_actions/ac…"}},{"before":null,"after":"bdab43026858c39570ed714b2ed31bfbf3038c7f","ref":"refs/heads/dependabot/github_actions/actions/stale-9","pushedAt":"2023-12-11T16:45:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump actions/stale from 8 to 9\n\nBumps [actions/stale](https://github.com/actions/stale) from 8 to 9.\n- [Release notes](https://github.com/actions/stale/releases)\n- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/stale/compare/v8...v9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/stale\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump actions/stale from 8 to 9"}},{"before":"78cef1bbc60ce739a2f18edf55d4bb6e09d48314","after":"bbe7a4a444e7ea99abb4a308d091c3791df6d084","ref":"refs/heads/master","pushedAt":"2023-12-09T19:18:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1464 from ychin/fix-macos-14-sonoma-printing\n\nFix macOS 14 Sonoma printing to use ps2pdf instead","shortMessageHtmlLink":"Merge pull request #1464 from ychin/fix-macos-14-sonoma-printing"}},{"before":"301f5b431458585a4ef459ace0189786e5e5f120","after":"78cef1bbc60ce739a2f18edf55d4bb6e09d48314","ref":"refs/heads/master","pushedAt":"2023-12-08T10:09:39.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1463 from ychin/guifont-system-monospace\n\nSupport native macOS monospace font (SF Mono)","shortMessageHtmlLink":"Merge pull request #1463 from ychin/guifont-system-monospace"}},{"before":"e02454b9e6ace2dce8c25a5bbbf73d93a5685261","after":"301f5b431458585a4ef459ace0189786e5e5f120","ref":"refs/heads/master","pushedAt":"2023-12-07T05:53:25.000Z","pushType":"push","commitsCount":111,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'vim/master'","shortMessageHtmlLink":"Merge remote-tracking branch 'vim/master'"}},{"before":"b8d8cf4b8027184418b79f61b450aa8b55c02694","after":null,"ref":"refs/heads/dependabot/github_actions/actions/labeler-5","pushedAt":"2023-12-04T18:23:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"}},{"before":null,"after":"b8d8cf4b8027184418b79f61b450aa8b55c02694","ref":"refs/heads/dependabot/github_actions/actions/labeler-5","pushedAt":"2023-12-04T16:50:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/labeler from 4 to 5\n\nBumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.\n- [Release notes](https://github.com/actions/labeler/releases)\n- [Commits](https://github.com/actions/labeler/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/labeler\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/labeler from 4 to 5"}},{"before":"a38e37446ad0068efe5375afeefa6bc5602b8c37","after":"e02454b9e6ace2dce8c25a5bbbf73d93a5685261","ref":"refs/heads/master","pushedAt":"2023-11-07T03:10:11.000Z","pushType":"push","commitsCount":79,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'vim/master'","shortMessageHtmlLink":"Merge remote-tracking branch 'vim/master'"}},{"before":"0f293b5e1c309e58a3c382c3c810a872687fdc10","after":"a38e37446ad0068efe5375afeefa6bc5602b8c37","ref":"refs/heads/master","pushedAt":"2023-11-05T23:50:42.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1457 from ychin/fix-macvim-warnings\n\nFix misc MacVim warnings and treat warnings as errors in CI","shortMessageHtmlLink":"Merge pull request #1457 from ychin/fix-macvim-warnings"}},{"before":"81d23bccfdad5d15ce8bde1909c0b8b781950915","after":"0f293b5e1c309e58a3c382c3c810a872687fdc10","ref":"refs/heads/master","pushedAt":"2023-10-28T06:30:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1455 from ychin/fix-help-menu-docs-search-special-char\n\nFix Help menu searching Vim doc not working with special chars","shortMessageHtmlLink":"Merge pull request #1455 from ychin/fix-help-menu-docs-search-special…"}},{"before":"1f3046250d0acc3654e79e596b3328977b160b05","after":"81d23bccfdad5d15ce8bde1909c0b8b781950915","ref":"refs/heads/master","pushedAt":"2023-10-27T05:18:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1454 from ychin/add-basic-macvim-objc-tests\n\nAdd basic tests for MacVim","shortMessageHtmlLink":"Merge pull request #1454 from ychin/add-basic-macvim-objc-tests"}},{"before":"b0ba0b90c504369e64d0469332fc9de8103a9b65","after":"1f3046250d0acc3654e79e596b3328977b160b05","ref":"refs/heads/master","pushedAt":"2023-10-26T18:43:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1453 from ychin/launch-with-clean-defaults\n\nAllow launching MacVim in clean defaults, add menu to open clean Vim","shortMessageHtmlLink":"Merge pull request #1453 from ychin/launch-with-clean-defaults"}},{"before":"bb85affbcbea3dd4d25d9f642c37fd00a3d4d3b6","after":"b0ba0b90c504369e64d0469332fc9de8103a9b65","ref":"refs/heads/master","pushedAt":"2023-10-22T06:42:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"Merge pull request #1452 from ychin/use-new-xcodeproj-format\n\nUpdate xcodeproj version, generate a compatible one for Xcode 8+","shortMessageHtmlLink":"Merge pull request #1452 from ychin/use-new-xcodeproj-format"}},{"before":"4c5bd966f4aa97fb70a77b5883476c85aca26a4e","after":"bb85affbcbea3dd4d25d9f642c37fd00a3d4d3b6","ref":"refs/heads/master","pushedAt":"2023-10-21T06:53:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ychin","name":"Yee Cheng Chin","path":"/ychin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1217449?s=80&v=4"},"commit":{"message":"MacVim r178.1 (prerelease)\n\nUpdated to Vim 9.0.2043","shortMessageHtmlLink":"MacVim r178.1 (prerelease)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENpg58wA","startCursor":null,"endCursor":null}},"title":"Activity · macvim-dev/macvim"}