{"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:1719129696.0","currentOid":""},"activityList":{"items":[{"before":"ecd642af43dc496e92020422fded717e095d4bc1","after":"f0837ba0b9dba9d30e3dc2626d4f690a2d51103e","ref":"refs/heads/master","pushedAt":"2024-06-24T19:27:01.000Z","pushType":"pr_merge","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): In builtin overview use {buf} as param for appendbufline/setbufline (#15089)\n\n\r\nSigned-off-by: Ernie Rael \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): In builtin overview use {buf} as param for appendbuflin…"}},{"before":"225d4d9212edb27cc4bd473db565517594aaeede","after":"ecd642af43dc496e92020422fded717e095d4bc1","ref":"refs/heads/master","pushedAt":"2024-06-23T18:25:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chrisbra","name":"Christian Brabandt","path":"/chrisbra","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244927?s=80&v=4"},"commit":{"message":"runtime(doc): clarify, that register 1-9 will always be shifted\n\nrelated: #15077\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify, that register 1-9 will always be shifted"}},{"before":"01a4fb104dbee6a8b7ef20394a2a7c5b49cf49ca","after":"225d4d9212edb27cc4bd473db565517594aaeede","ref":"refs/heads/master","pushedAt":"2024-06-23T15:26: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(termdebug): Refactored StartDebug_term and EndDebug functions\n\n- Functions are way too long. Readability and maintainability should\nbe slightly improved.\n\n- Some variables are re-assigned to their initial value at teardown.\nThis should not be needed since all internal variables are\nre-initialized at startup of every Termdebug session.\n\ncloses: #15086\n\nSigned-off-by: Ubaldo Tiberi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(termdebug): Refactored StartDebug_term and EndDebug functions"}},{"before":"88bbdb04c2776ba69b8e5da58051fd94f8842b03","after":"01a4fb104dbee6a8b7ef20394a2a7c5b49cf49ca","ref":"refs/heads/master","pushedAt":"2024-06-23T08:04:16.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(java): Compose \"g:java_highlight_signature\" and \"g:java_highlight_functions\"\n\nWith the variables defined, distinctly highlight parts of\na method declaration header: its name and parameter list\nparens, from its type parameters, return type, and formal\nparameters; and distinctly highlight parts of a lambda\nexpression: its parameter list parens and the arrow, from\nits formal parameters and identifiers.\n\ncloses: #15083\n\nSigned-off-by: Aliaksei Budavei <0x000c70@gmail.com>\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(java): Compose \"g:java_highlight_signature\" and \"g:java_highl…"}},{"before":"8625714ac13cba271f60687b33f0b63bd29feba1","after":"88bbdb04c2776ba69b8e5da58051fd94f8842b03","ref":"refs/heads/master","pushedAt":"2024-06-23T08:01:32.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.0516: need more tests for nested dicts and list comparision\n\nProblem: need more tests for nested dicts and list comparision\nSolution: Add tests for comparing deeply nested List/Dict values\n (Yegappan Lakshmanan)\n\ncloses: #15081\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0516: need more tests for nested dicts and list comparision"}},{"before":"7b29cc97d6c1450865969d08c5538a40c304593c","after":"8625714ac13cba271f60687b33f0b63bd29feba1","ref":"refs/heads/master","pushedAt":"2024-06-23T07:58: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.0515: Vim9: segfault in object_equal()\n\nProblem: Vim9: segfault in object_equal()\nSolution: test for object pointer being NULL, before dereferencing them\n (Ernie Rael)\n\ncloses: #15085\n\nSigned-off-by: Ernie Rael \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0515: Vim9: segfault in object_equal()"}},{"before":"549ecc86365dc625e71e10b958525867c47e1cda","after":"7b29cc97d6c1450865969d08c5538a40c304593c","ref":"refs/heads/master","pushedAt":"2024-06-22T15:31:57.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.0514: Vim9: issue with comparing objects recursively\n\nProblem: Vim9: issue with comparing objects recursively\n (Yinzuo Jiang)\nSolution: only set recursive == TRUE, when called from tv_equal(), not\n from typeval_compare_object(), refactor code into object_equal()\n function (LemonBoy)\n\nThe recursive flag in tv_equal should be set only when the caller is\ntv_equal, meaning that the comparison depth is > 1. The comparison\npredicates for other object types are all following this rule, except\nfor the object one, and that may cause some weird issues like causing\nthe max depth limit not to be initialized in some cases.\n\ncloses: #15076\n\nSigned-off-by: LemonBoy \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0514: Vim9: issue with comparing objects recursively"}},{"before":"fc64ac0be2c4f9446798de4d66b029526d1afa85","after":"549ecc86365dc625e71e10b958525867c47e1cda","ref":"refs/heads/master","pushedAt":"2024-06-22T14:31: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":"runtime(termdebug): Change some variables to Enums\n\nProblem: The types of some script variables in Termdebug\n can be changed for readability\nSolution: Change the type of some vars from string to `enum`\n (Yinzuo Jiang)\n\ncloses: #15068\n\nSigned-off-by: Yinzuo Jiang \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(termdebug): Change some variables to Enums"}},{"before":"f0e691442005c12a7c35746048f0942f44e23a4c","after":"fc64ac0be2c4f9446798de4d66b029526d1afa85","ref":"refs/heads/master","pushedAt":"2024-06-22T09:21: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":"runtime(vim): Update base-syntax, fix function tail comments\n\nMatch Vim9-script comments after :def and :enddef and legacy-script\ncomments after :func and :endfunc, in any definition context.\n\nHighlight incorrect comment types after these commands as errors.\n\nfixes: #15062\ncloses: #15072\n\nSigned-off-by: Doug Kearns \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(vim): Update base-syntax, fix function tail comments"}},{"before":"7002c055d560ae0b3bb1e24ad409390a5443daad","after":"f0e691442005c12a7c35746048f0942f44e23a4c","ref":"refs/heads/master","pushedAt":"2024-06-22T09:14:00.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.0513: Vim9: segfault with object comparison\n\nProblem: Vim9: segfault with object comparisons\nSolution: increment recusive_cnt before calling typval_compare_object()\n (Ernie Rael)\n\ncloses: #15073\n\nSigned-off-by: Ernie Rael \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0513: Vim9: segfault with object comparison"}},{"before":"bc6f96708e3678dbb27ec4192d87cf94a15d4e9a","after":"7002c055d560ae0b3bb1e24ad409390a5443daad","ref":"refs/heads/master","pushedAt":"2024-06-21T05:57: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.0512: Mode message for spell completion doesn't match allowed keys\n\nProblem: Mode message for spell completion doesn't match allowed keys\n (Kyle Kovacs)\nSolution: Show \"^S\" instead of \"s\".\n (zeertzjq)\n\nThis matches the code in vim_is_ctrl_x_key():\n\n\tcase CTRL_X_SPELL:\n\t return (c == Ctrl_S || c == Ctrl_P || c == Ctrl_N);\n\nfixes: neovim/neovim#29431\ncloses: #15065\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0512: Mode message for spell completion doesn't match allow…"}},{"before":"17e0a1969da4e70771435fc7fa9d8c96d25c8b00","after":"bc6f96708e3678dbb27ec4192d87cf94a15d4e9a","ref":"refs/heads/master","pushedAt":"2024-06-21T05:53:41.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.0511: CursorMovedC triggered wrongly with setcmdpos()\n\nProblem: CursorMovedC triggered wrongly with setcmdpos()\n (after v9.1.0507)\nSolution: Remove the premature triggering. Also don't trigger when\n cursor didn't move. (zeertzjq)\n\ncloses: #15064\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0511: CursorMovedC triggered wrongly with setcmdpos()"}},{"before":"6bc11c06d2d55220c0d0a42fb7aba27b66f86e53","after":"17e0a1969da4e70771435fc7fa9d8c96d25c8b00","ref":"refs/heads/master","pushedAt":"2024-06-21T05:50: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":"runtime(scheme): update runtime files\n\nAdd TODO highlighting, disable text-wrapping, add \"define-library\" to\nlispwords on CHICKEN. Update MAINTAINERS.\n\ncloses: #15063\n\nSigned-off-by: Evan Hanson \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(scheme): update runtime files"}},{"before":"ce0ef910df837b9b961f007a0a35064cad85188b","after":"6bc11c06d2d55220c0d0a42fb7aba27b66f86e53","ref":"refs/heads/master","pushedAt":"2024-06-21T05:34:51.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.0510: CI: test_gettext fails on MacOS14 + MSVC Win\n\nProblem: CI: test_gettext fails on MacOS14 + MSVC Win\n (after v9.1.0509)\nSolution: Skip the test for now\n\nrelated: #12447\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win"}},{"before":"f7f8f0b76dc6a3bf5d51825db65245221e5d265e","after":"ce0ef910df837b9b961f007a0a35064cad85188b","ref":"refs/heads/master","pushedAt":"2024-06-20T21:45: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.0509: not possible to translate Vim script messages\n\nProblem: not possible to translate Vim script messages\n (RestorerZ)\nSolution: implement bindtextdomain() and gettext() to support Vim script\n message translations (Christ van Willegen)\n\nfixes: #11637\ncloses: #12447\n\nSigned-off-by: Christ van Willegen \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0509: not possible to translate Vim script messages"}},{"before":"6ccf6da7a2a7a0b9d1e23a905b091d762e911609","after":"f7f8f0b76dc6a3bf5d51825db65245221e5d265e","ref":"refs/heads/master","pushedAt":"2024-06-20T20:25: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.0508: termdebug plugin can be further improved\n\nProblem: termdebug plugin can be further improved\nSolution: add sanity-check, timeout config, change vars to bool\n update docs, add more tests (Ubaldo Tiberi)\n\nfixes: #15061\ncloses: #15057\n\nSigned-off-by: Ubaldo Tiberi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0508: termdebug plugin can be further improved"}},{"before":"d09521476f41dd8dbddb25b7acd0b299f9bf94d3","after":"6ccf6da7a2a7a0b9d1e23a905b091d762e911609","ref":"refs/heads/master","pushedAt":"2024-06-20T20:09: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(gomod): add gomod filetype plugin\n\ncloses: #15060\n\nSigned-off-by: yu-yk \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(gomod): add gomod filetype plugin"}},{"before":"beb02ed674bc61f179c4ff71e93bdeeb44fe9c4e","after":"d09521476f41dd8dbddb25b7acd0b299f9bf94d3","ref":"refs/heads/master","pushedAt":"2024-06-20T20:06:38.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.0507: hard to detect cursor movement in the command line\n\nProblem: hard to detect cursor movement in the command line\nSolution: Add the CursorMovedC autocommand\n (Shougo Matsushita)\n\ncloses: #15040\n\nSigned-off-by: Shougo Matsushita \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0507: hard to detect cursor movement in the command line"}},{"before":"49012cd8c2fb0452847e5d213b07aa8a978f4762","after":"beb02ed674bc61f179c4ff71e93bdeeb44fe9c4e","ref":"refs/heads/master","pushedAt":"2024-06-20T19:02:31.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(java): Optionally highlight parameterised types\n\nIn the presence of parameterised types whose names begin\nwith a capital letter and end with a less-than sign \"<\" that\nintroduces a type argument or a list of comma-separated type\narguments, followed by a greater-than sign \">\", a variable\n\"g:java_highlight_generics\" can be defined to have some\ncomponents of such types uniformly coloured (by picking\nhighlight groups for javaGenericsC{1,2}, javaWildcardBound).\n\nFor example,\n------------------------------------------------------------\njava.io.InputStream stream = java.io.InputStream.nullInputStream();\njava.util.function.Function> updater =\n\tproperty -> (oldValue, newValue) -> oldValue;\njava.util.logging.LogManager.getLogManager()\n .updateConfiguration(stream, updater);\n------------------------------------------------------------\n\nNote that the diamond form and explicit type arguments do\nnot qualify for this kind of recognition.\n\nFor example,\n------------------------------------------------------------\nnew java.util.HashSet<>().toArray(new String[0]);\n------------------------------------------------------------\n\nReferences:\nhttps://docs.oracle.com/javase/specs/jls/se21/html/jls-4.html#jls-4.5\nhttps://docs.oracle.com/javase/specs/jls/se21/html/jls-15.html#jls-15.9\nhttps://docs.oracle.com/javase/specs/jls/se21/html/jls-15.html#jls-15.12.2.1\n\ncloses: #15050\n\nSigned-off-by: Aliaksei Budavei <0x000c70@gmail.com>\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(java): Optionally highlight parameterised types"}},{"before":"aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6","after":"49012cd8c2fb0452847e5d213b07aa8a978f4762","ref":"refs/heads/master","pushedAt":"2024-06-20T18:41: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":"patch 9.1.0506: filetype: .envrc & .prettierignore not recognized\n\nProblem: filetype: .envrc & .prettierignore not recognized\nSolution: Detect '.envrc' as shell and '.prettierignore' as gitignore\n filetype (Tyler Miller)\n\nSupport ft detection for `.envrc` files used by direnv, and\n`.prettierignore` files used by prettier.\n\ncloses: #15053\nresolves: neovim/neovim#29405\n\nSigned-off-by: Tyler Miller \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0506: filetype: .envrc & .prettierignore not recognized"}},{"before":"ca7f93e6f351b310c17cfc8f88acf21c839d6116","after":"aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6","ref":"refs/heads/master","pushedAt":"2024-06-19T18:36:58.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.0505: filetype: Faust files are not recognized\n\nProblem: filetype: Faust files are not recognized\nSolution: Detect '*.lib' files as Faust filetype, add detection for\n '*.dsp' files (Faust or Make), remove '*.lib' from Cobol\n filetype (PowerUser64)\n\ncloses: #14894\n\nSigned-off-by: PowerUser64 \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0505: filetype: Faust files are not recognized"}},{"before":"43eef882ff42e673af1e753892801ba20c5d002a","after":"ca7f93e6f351b310c17cfc8f88acf21c839d6116","ref":"refs/heads/master","pushedAt":"2024-06-19T18:28:33.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.0504: inner-tag textobject confused about \">\" in attributes\n\nProblem: inner-tag textobject confused about \">\" in attributes\nSolution: Skip over quoted '>' when determining the start position\n\nfixes: #15043\ncloses: #15049\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0504: inner-tag textobject confused about \">\" in attributes"}},{"before":"94c5d8a5e20e1dd8c9e8434ee14e368276644f61","after":"43eef882ff42e673af1e753892801ba20c5d002a","ref":"refs/heads/master","pushedAt":"2024-06-19T18:25:32.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.0503: cannot use fuzzy keyword completion\n\nProblem: cannot use fuzzy keyword completion\n (Maxim Kim)\nSolution: add the \"fuzzycollect\" value for the 'completeopt'\n setting, to gather matches using fuzzy logic (glepnir)\n\nfixes: #14912\ncloses: #14976\n\nSigned-off-by: glepnir \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0503: cannot use fuzzy keyword completion"}},{"before":"c98bfb9f59b8045372e4c0e396d707f55d9d027a","after":"94c5d8a5e20e1dd8c9e8434ee14e368276644f61","ref":"refs/heads/master","pushedAt":"2024-06-19T18:11: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":"runtime(java): Remove the group exclusion list from @javaTop\n\nInstances of anonymous classes can be passed as method\narguments and should be subject to line folding as well.\n\ncloses: #15048\n\nSigned-off-by: Aliaksei Budavei <0x000c70@gmail.com>\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(java): Remove the group exclusion list from @javaTop"}},{"before":"56f587b3f81f403bb0546c6892b3273b2a9e954f","after":"c98bfb9f59b8045372e4c0e396d707f55d9d027a","ref":"refs/heads/master","pushedAt":"2024-06-19T18:00:54.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): wrong return type for execute() function\n\nThe description clearly explains that this function returns a string. I\nthink the 'Number' here is a copy/paste error.\n\ncloses: #15045\n\nSigned-off-by: Marius Gedminas \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): wrong return type for execute() function"}},{"before":"46f2823807741ac91c51cf36ddabf293db26ab41","after":"56f587b3f81f403bb0546c6892b3273b2a9e954f","ref":"refs/heads/master","pushedAt":"2024-06-19T17:57:19.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.0502: MS-Windows: too much legacy code\n\nProblem: MS-Windows: too much legacy code\nSolution: Clean up old code\n (Ken Takata)\n\n* Remove very old codes for Cygwin version of GCC.\n Nowadays Cygwin GCC cannot be used for building Win32 Vim.\n (The `-mno-cygwin` option was removed in Cygwin GCC4.)\n* Remove old codes for old versions of MinGW.\n Remove `__MINGW32__` as much as possible.\n* Adjust makefile.\n\ncloses: #15044\n\nSigned-off-by: K.Takata \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0502: MS-Windows: too much legacy code"}},{"before":"aeca7176f3b7bdc2d698938062f6cad802fea783","after":"46f2823807741ac91c51cf36ddabf293db26ab41","ref":"refs/heads/master","pushedAt":"2024-06-19T17:53: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.0501: too complicated mapping restore in termdebug\n\nProblem: too complicated mapping restore in termdebug\nSolution: simplify unmapping logic, add a few more tests\n (Ubaldo Tiberi)\n\ncloses: #15046\n\nSigned-off-by: Ubaldo Tiberi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0501: too complicated mapping restore in termdebug"}},{"before":"fbc37f138a5d70f1b212b9de9959a0816481edcf","after":"aeca7176f3b7bdc2d698938062f6cad802fea783","ref":"refs/heads/master","pushedAt":"2024-06-19T17:46:06.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(nohlsearch): simplify mapping\n\nUse instead of with execute(...)[-1]\n\ncloses: #15047\n\nSigned-off-by: Maxim Kim \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(nohlsearch): simplify mapping"}},{"before":"23c5ebeb95cb942df307946e3ced230a7c8312eb","after":"fbc37f138a5d70f1b212b9de9959a0816481edcf","ref":"refs/heads/master","pushedAt":"2024-06-18T19:03: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.0500: cannot switch buffer in a popup\n\nProblem: cannot switch buffer in a popup\n (Yggdroot)\nSolution: add popup_setbuf() function\n\nfixes: #15006\ncloses: #15026\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0500: cannot switch buffer in a popup"}},{"before":"a821b609f9bb9daef032fe1cb8fb95995822e367","after":"23c5ebeb95cb942df307946e3ced230a7c8312eb","ref":"refs/heads/master","pushedAt":"2024-06-18T18:46: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.0499: MS-Windows: doesn't handle symlinks properly\n\nProblem: MS-Windows: doesn't handle symlinks properly\n (Timothy Madden)\nSolution: Implement lstat() on MS-Windows\n (author)\n\nlstat() differs from stat() in how it handles symbolic links, the former\ndoesn't resolve the symlink while the latter does so.\n\nImplement a simple yet effective fallback using Win32 APIs.\n\nfixes #14933\ncloses: #15014\n\nCo-authored-by: K.Takata \nSigned-off-by: LemonBoy \nSigned-off-by: K.Takata \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0499: MS-Windows: doesn't handle symlinks properly"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbd_M4gA","startCursor":null,"endCursor":null}},"title":"Activity · vim/vim"}