{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":40997482,"defaultBranch":"master","name":"vim","ownerLogin":"vim","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-18T21:03:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11618545?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717612827.0","currentOid":""},"activityList":{"items":[{"before":"6dcd7f1a4d6d216798963edce9de69d03092433f","after":"4032daaa11f090421a417af7dfe962960c1aa97f","ref":"refs/heads/master","pushedAt":"2024-06-07T11:33:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"translation(it): Update Italian Vim manpage\n\nSigned-off-by: Antonio Giovanni Colombo \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"translation(it): Update Italian Vim manpage"}},{"before":"ce47d32b03bb7df0100b2625ef68fad1eb4646e3","after":"6dcd7f1a4d6d216798963edce9de69d03092433f","ref":"refs/heads/master","pushedAt":"2024-06-06T17:28:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(man): disable the q mapping\n\nfixes: #8210\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(man): disable the q mapping"}},{"before":"d9ec67691170cd3764cbf767636305e47987340f","after":"ce47d32b03bb7df0100b2625ef68fad1eb4646e3","ref":"refs/heads/master","pushedAt":"2024-06-06T16:45:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(cpp): Change 'cms' for C++ to '// %s'\n\nfixes: #14911\ncloses: #14926\n\nSigned-off-by: Luc Hermitte \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(cpp): Change 'cms' for C++ to '// %s'"}},{"before":"ae4641d68e2c01ee4847395bdb78a8c9c52394c7","after":"d9ec67691170cd3764cbf767636305e47987340f","ref":"refs/heads/master","pushedAt":"2024-06-06T16:39:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(ccomplete): fix type mismatch error\n\nfixes: #14927\ncloses: #14928\n\nSigned-off-by: Lars T. Kyllingstad \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(ccomplete): fix type mismatch error"}},{"before":"23f29ffc64276dd790581f98b86a0a6435b7eb22","after":"ae4641d68e2c01ee4847395bdb78a8c9c52394c7","ref":"refs/heads/master","pushedAt":"2024-06-05T20:25:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(termdebug): Fix wrong email address\n\nrelated: #14903\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(termdebug): Fix wrong email address"}},{"before":"7cbed350f840b7ff96a5be6102f26ad57929b8b6","after":"23f29ffc64276dd790581f98b86a0a6435b7eb22","ref":"refs/heads/master","pushedAt":"2024-06-05T19:38:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(termdebug): convert termdebug plugin to Vim9 script\n\ncloses: #14903\n\nSigned-off-by: Ubaldo Tiberi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(termdebug): convert termdebug plugin to Vim9 script"}},{"before":"529b9ad62a0e843ee56ef609aef7e51b7dc8a4c8","after":"7cbed350f840b7ff96a5be6102f26ad57929b8b6","ref":"refs/heads/master","pushedAt":"2024-06-05T18:40:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically\n\nProblem: tests: Test_ColonEight_MultiByte() fails on MS-Windows\nSolution: mark test as flaky\n\nThis single line change should have happened as part of v9.1.469 (and I\nmentioned it in the Commit message), but forgot to actually include the\nchange :facepalm\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically"}},{"before":"84d9611b673230a0e1e8fd57423976d30ef36308","after":"529b9ad62a0e843ee56ef609aef7e51b7dc8a4c8","ref":"refs/heads/master","pushedAt":"2024-06-05T18:30:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0469: Cannot have buffer-local value for 'completeopt'\n\nProblem: Cannot have buffer-local value for 'completeopt'\n (Nick Jensen).\nSolution: Make 'completeopt' global-local (zeertzjq).\n\nAlso for some reason test Test_ColonEight_MultiByte seems to be failing\nsporadically now. Let's mark it as flaky.\n\nfixes: #5487\ncloses: #14922\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0469: Cannot have buffer-local value for 'completeopt'"}},{"before":"9c60890518ed4e82afd6980bf0ecf5bbcc356ce6","after":"84d9611b673230a0e1e8fd57423976d30ef36308","ref":"refs/heads/master","pushedAt":"2024-06-05T18:06:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0468: GvimExt does not consult HKEY_CURRENT_USER\n\nProblem: GvimExt does not consult HKEY_CURRENT_USER\nSolution: Make GvimExt first consult HKEY_CURRENT_USER and then fall\n back to HKEY_LOCAL_MACHINE to find gvim (David Wagner)\n\nfixes: #14904\ncloses: #14917\n\nSigned-off-by: David Wagner \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0468: GvimExt does not consult HKEY_CURRENT_USER"}},{"before":"551d8c372e49ed630fd95c6422a0ee62d00902c5","after":"9c60890518ed4e82afd6980bf0ecf5bbcc356ce6","ref":"refs/heads/master","pushedAt":"2024-06-05T17:58:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"CI: update FreeBSD runner to 14.1 (#13937)\n\ncloses: #14918\n\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"CI: update FreeBSD runner to 14.1 (#13937)"}},{"before":"92f4e915908962da2c1969a8d60f1563e06ee00e","after":"551d8c372e49ed630fd95c6422a0ee62d00902c5","ref":"refs/heads/master","pushedAt":"2024-06-05T17:55:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0467: typos in some comments\n\nProblem: typos in some comments\n (after v9.1.0466)\nSolution: fix comments\n (zeertzjq)\n\ncloses: #14919\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0467: typos in some comments"}},{"before":"dca57fb54200530a0874c90fab799a689c00c597","after":"92f4e915908962da2c1969a8d60f1563e06ee00e","ref":"refs/heads/master","pushedAt":"2024-06-05T17:47:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(vim): Update base-syntax, allow whitespace before :substitute pattern\n\nAllow whitespace between the :substitute command and its pattern\nargument. Although unusual, it is supported and there are examples in\nthe wild.\n\nMatch Vi compatible :substitute commands like :s\\/{string}/. See :help\nE1270.\n\nfixes: #14920\ncloses: #14923\n\nSigned-off-by: Doug Kearns \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(vim): Update base-syntax, allow whitespace before :substitute…"}},{"before":"ce6fe84db21f00fd30b226200dbb02709514871a","after":"dca57fb54200530a0874c90fab799a689c00c597","ref":"refs/heads/master","pushedAt":"2024-06-04T20:03:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0466: Missing comments for fuzzy completion\n\nProblem: Missing comments for fuzzy completion (after 9.1.0463)\nSolution: Add more comments, adjust indentation slightly\n (glepnir)\n\ncloses: #14910\n\nSigned-off-by: glepnir \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0466: Missing comments for fuzzy completion"}},{"before":"98fb81846dd1da03c160bfa30dbf96ba48061d53","after":"ce6fe84db21f00fd30b226200dbb02709514871a","ref":"refs/heads/master","pushedAt":"2024-06-04T19:59:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(man): update Vim manpage\n\nfixes: #14916\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(man): update Vim manpage"}},{"before":"2a2c4fffd7e04f74b316209404767f128684a9e1","after":"98fb81846dd1da03c160bfa30dbf96ba48061d53","ref":"refs/heads/master","pushedAt":"2024-06-04T18:59:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(comment): clarify the usage of 'commentstring' option value\n\nfixes: #14905\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(comment): clarify the usage of 'commentstring' option value"}},{"before":"98b73eb645b68b6e197b63bbbae777b388d47612","after":"2a2c4fffd7e04f74b316209404767f128684a9e1","ref":"refs/heads/master","pushedAt":"2024-06-04T18:28:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(doc): clarify how fuzzy 'completeopt' should work\n\nrelated: #14912\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify how fuzzy 'completeopt' should work"}},{"before":"60c8743ab6c90e402e6ed49d27455ef7e5698abe","after":"98b73eb645b68b6e197b63bbbae777b388d47612","ref":"refs/heads/master","pushedAt":"2024-06-04T16:18:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(netrw): prevent accidental data loss\n\nfixes: #14915\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(netrw): prevent accidental data loss"}},{"before":"0a0830624a260660c7fa692ecb7e6e5de09114ba","after":"60c8743ab6c90e402e6ed49d27455ef7e5698abe","ref":"refs/heads/master","pushedAt":"2024-06-03T21:17:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0465: missing filecopy() function\n\nProblem: missing filecopy() function\nSolution: implement filecopy() Vim script function\n (Shougo Matsushita)\n\ncloses: #12346\n\nCo-authored-by: zeertzjq \nSigned-off-by: Shougo Matsushita \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0465: missing filecopy() function"}},{"before":"a218cc6cdabae1113647b817c4eefc2b60a6902f","after":"0a0830624a260660c7fa692ecb7e6e5de09114ba","ref":"refs/heads/master","pushedAt":"2024-06-03T18:45:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0464: no whitespace padding in commentstring option in ftplugins\n\nProblem: no whitespace padding in commentstring option in ftplugins\nSolution: Change default to include whitespace padding, update\n existing filetype plugins with the new default value\n (Riley Bruins)\n\ncloses: #14843\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0464: no whitespace padding in commentstring option in ftpl…"}},{"before":"734286e4c626f80ace27eeb252a5e384e798aebf","after":"a218cc6cdabae1113647b817c4eefc2b60a6902f","ref":"refs/heads/master","pushedAt":"2024-06-03T17:46:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0463: no fuzzy-matching support for insert-completion\n\nProblem: no fuzzy-matching support for insert-completion\nSolution: enable insert-mode completion with fuzzy-matching\n using :set completopt+=fuzzy (glepnir).\n\ncloses: #14878\n\nSigned-off-by: glepnir \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0463: no fuzzy-matching support for insert-completion"}},{"before":"f51ff96532ab8f97f779b44d17dccdda9d8ce566","after":"734286e4c626f80ace27eeb252a5e384e798aebf","ref":"refs/heads/master","pushedAt":"2024-06-03T17:03:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0462: eval5() and eval7 are too complex\n\nProblem: eval5() and eval7 are too complex\nSolution: Refactor eval5() and eval7() in eval.c\n (Yegappan Lakshmanan)\n\ncloses: #14900\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0462: eval5() and eval7 are too complex"}},{"before":"7577afd5efd0f7ebf0dbbca09713185024263ed7","after":"f51ff96532ab8f97f779b44d17dccdda9d8ce566","ref":"refs/heads/master","pushedAt":"2024-06-02T17:45:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0461: too many strlen() calls in drawline.c\n\nProblem: too many strlen() calls in drawline.c\nSolution: Refactor code to avoid strlen()\n (John Marriott)\n\ncloses: #14890\n\nSigned-off-by: John Marriott \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0461: too many strlen() calls in drawline.c"}},{"before":"36b66767195f1e39e6cc997f825bedc6c823183b","after":"7577afd5efd0f7ebf0dbbca09713185024263ed7","ref":"refs/heads/master","pushedAt":"2024-06-02T15:00:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0460: filetype: lintstagedrc files are not recognized\n\nProblem: filetype: lintstagedrc files are not recognized\nSolution: recognize '.lintstagedrc' files as json filetype\n (İlyas Akın)\n\nsee: https://github.com/lint-staged/lint-staged\n\ncloses: #14897\n\nSigned-off-by: İlyas Akın \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0460: filetype: lintstagedrc files are not recognized"}},{"before":"7737ce519b9cba8ef135154d76b69f715b1a0b4d","after":"36b66767195f1e39e6cc997f825bedc6c823183b","ref":"refs/heads/master","pushedAt":"2024-06-02T14:16:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0459: Vim9: import autoload does not work with symlink\n\nProblem: Vim9: import autoload does not work with symlink\n (Olivier Dormond)\nSolution: set sn_autoload_prefix in check_script_symlink\n (nwounkn)\n\nfixes: #14775\ncloses: #14885\n\nSigned-off-by: nwounkn \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0459: Vim9: import autoload does not work with symlink"}},{"before":"e5bc2e4bc9e7456daef480dd422252dbf444c58c","after":"7737ce519b9cba8ef135154d76b69f715b1a0b4d","ref":"refs/heads/master","pushedAt":"2024-06-02T14:06:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0458: Coverity complains about division by zero\n\nProblem: Coverity complains about division by zero\nSolution: Check explicitly for sw_val being zero\n\nShouldn't happen, since tabstop value should always be larger than zero.\nSo just add this as a safety measure.\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0458: Coverity complains about division by zero"}},{"before":"88d4f255b7b7a19bb4f6489e0ad0956e47d51fed","after":"e5bc2e4bc9e7456daef480dd422252dbf444c58c","ref":"refs/heads/master","pushedAt":"2024-06-01T19:00:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0457: tests: test_gui fails on Wayland\n\nv:windowid is set in GUI buils with Wayland\n\nProblem: tests: test_gui fails on Wayland\n (after: 9.1.0064, Gary Johnson)\nSolution: drop the \"empty($WAYLAND_DISPLAY)\" condition in the test\n\nfixes: #14886\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0457: tests: test_gui fails on Wayland"}},{"before":"e299591498a20c5c587364e4df57f947dfc02897","after":"88d4f255b7b7a19bb4f6489e0ad0956e47d51fed","ref":"refs/heads/master","pushedAt":"2024-06-01T18:52:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0\n\nProblem: Left shift is incorrect with vartabstop and shiftwidth=0\nSolution: make tabstop_at() function aware of shift direction\n (Gary Johnson)\n\nThe problem was that with 'vartabstop' set and 'shiftwidth' equal 0,\nleft shifts using << were shifting the line to the wrong column. The\ntabstop to the right of the first character in the line was being used\nas the shift amount instead of the tabstop to the left of that first\ncharacter.\n\nThe reason was that the tabstop_at() function always returned the value\nof the tabstop to the right of the given column and was not accounting\nfor the direction of the shift.\n\nThe solution was to make tabstop_at() aware of the direction of the\nshift and to choose the tabtop accordingly.\n\nA test was added to check this behavior and make sure it doesn't\nregress.\n\nWhile at it, also fix a few indentation/alignment issues.\n\nfixes: #14864\ncloses: #14887\n\nSigned-off-by: Gary Johnson \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0"}},{"before":"16b63bd002d48fa0b04f27cf3ccca894e14db378","after":"e299591498a20c5c587364e4df57f947dfc02897","ref":"refs/heads/master","pushedAt":"2024-06-01T18:44:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(doc): clarify 'shortmess' flag \"S\"\n\nfixes: #14893\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify 'shortmess' flag \"S\""}},{"before":"bad9577b9ae7a6ab61ec636aaa1ed7d446ef5db9","after":"16b63bd002d48fa0b04f27cf3ccca894e14db378","ref":"refs/heads/master","pushedAt":"2024-06-01T09:36:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"patch 9.1.0455: MS-Windows: compiler warning for size_t to int conversion\n\nProblem: MS-Windows: compiler warning for size_t to int conversion\nSolution: Add a few type casts to resolve warning on Windows\n (Mike Williams)\n\ncloses: #14884\n\nSigned-off-by: Mike Williams \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0455: MS-Windows: compiler warning for size_t to int conver…"}},{"before":"f3dd6f617c65a9b939697362efe6833eb2778612","after":"bad9577b9ae7a6ab61ec636aaa1ed7d446ef5db9","ref":"refs/heads/master","pushedAt":"2024-05-31T13:11:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(doc): include some vim9 script examples in the help\n\ncloses: #14848\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): include some vim9 script examples in the help"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXycU-gA","startCursor":null,"endCursor":null}},"title":"Activity · vim/vim"}