{"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:1714581925.0","currentOid":""},"activityList":{"items":[{"before":"94a05d55459ad19737c1261b1bc9385b330069b5","after":"2d919d2744a99c9bb9e79984e85b8e8f5ec14c07","ref":"refs/heads/master","pushedAt":"2024-05-01T16:45:21.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.0386: filetype: stylus files not recognized\n\nProblem: filetype: stylus files not recognized\nSolution: Detect '*.styl' and '*.stylus' as stylus filetype,\n include indent, filetype and syntax plugin\n (Philip H)\n\ncloses: #14656\n\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0386: filetype: stylus files not recognized"}},{"before":"370e36829bb1946d6e8f97ed4c3c3691cd0704cf","after":"94a05d55459ad19737c1261b1bc9385b330069b5","ref":"refs/heads/master","pushedAt":"2024-05-01T16:10: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":"translation(es): update spanish menu localization\n\ncloses: #14690\n\nSigned-off-by: Oleg Zadorozhnyi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"translation(es): update spanish menu localization"}},{"before":"b2e42b9be0ffa193ef32ad5a5846ef46f5cc4e8c","after":"370e36829bb1946d6e8f97ed4c3c3691cd0704cf","ref":"refs/heads/master","pushedAt":"2024-05-01T14:52:40.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): regenerate helptags (#14695)\n\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): regenerate helptags (#14695)"}},{"before":"ca4b81a7ae9ed524c7097dda2638cf55f2672afc","after":"b2e42b9be0ffa193ef32ad5a5846ef46f5cc4e8c","ref":"refs/heads/master","pushedAt":"2024-05-01T09:46:14.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.0385: Vim9: crash with null_class and null_object\n\nProblem: Vim9: crash with null_class and null_object\n (Aliaksei Budavei)\nSolution: Handle null_class and null_object correctly\n (Yegappan Lakshmanan)\n\nfixes: #14678\ncloses: #14681\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0385: Vim9: crash with null_class and null_object"}},{"before":"83d3b3b8a444349a13c4d9091afc6a3de252afa8","after":"ca4b81a7ae9ed524c7097dda2638cf55f2672afc","ref":"refs/heads/master","pushedAt":"2024-05-01T09:35:32.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): Add tags about lazyloading of menu (#14688)\n\nClose #14672\r\n\r\nAlso add the `g:` prefix.\r\n\r\nSigned-off-by: Ken Takata \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): Add tags about lazyloading of menu (#14688)"}},{"before":"e35478bc9d48189322432248105d3b24e0efb3d0","after":"83d3b3b8a444349a13c4d9091afc6a3de252afa8","ref":"refs/heads/master","pushedAt":"2024-04-30T18:46:46.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.0384: tests: vt420 terminfo entry may not be found\n\nProblem: tests: vt420 terminfo entry may not be found\n (Shane-XB-Qian)\nSolution: check existence of terminfo vt420 and infocmp command\n\nrelated: #14595\ncloses: #14677\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0384: tests: vt420 terminfo entry may not be found"}},{"before":"5cbc9a69e529361e1725f422b8cd6157fe0adc33","after":"e35478bc9d48189322432248105d3b24e0efb3d0","ref":"refs/heads/master","pushedAt":"2024-04-30T18:38:15.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.0383: filetype: .out files recognized as tex files\n\nProblem: filetype: .out files recognized as tex files\nSolution: Do not set an explicit filetype until it is clear what this\n should be (shane.xb.qian)\n\ncloses: #14670\n\nSigned-off-by: shane.xb.qian \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0383: filetype: .out files recognized as tex files"}},{"before":"652c821366691a8bd5474766581090df0c742fa1","after":"5cbc9a69e529361e1725f422b8cd6157fe0adc33","ref":"refs/heads/master","pushedAt":"2024-04-30T18:17: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":"patch 9.1.0382: filetype: Kbuild files are not recognized\n\nProblem: Kbuild files are not recognized.\nSolution: Detect Kbuild files as make files.\n (Bruno Belanyi)\n\ncloses: #14676\n\nSigned-off-by: Bruno Belanyi \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0382: filetype: Kbuild files are not recognized"}},{"before":"c4d0c8c81245918632a9d3c2c20a390546fad065","after":"652c821366691a8bd5474766581090df0c742fa1","ref":"refs/heads/master","pushedAt":"2024-04-29T18:39: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.0381: cbuffer and similar commands don't accept a range\n\nProblem: cbuffer and similar quickfix and locationlist commands don't\n accept a range, even so it is documented they should\n (ilan-schemoul, after 8.1.1241)\nSolution: Define ex commands with ADDR_LINES instead of ADDR_OTHER\n\nfixes: #14638\ncloses: #14657\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0381: cbuffer and similar commands don't accept a range"}},{"before":"04e1aaa94e3b7bf3ae6d376f52504aeb02bc9ca5","after":"c4d0c8c81245918632a9d3c2c20a390546fad065","ref":"refs/heads/master","pushedAt":"2024-04-29T18:24:35.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(java): Improve the recognition of the \"indent\" method declarations (#14659)\n\nThere is a flaw in the current implementation that has been\r\nexacerbated around v5.2. It lies in the recognition of all\r\nthree indentation styles simultaneously: a tab, two space,\r\nand eight space character(s). With it, it is not uncommon\r\nto misidentify various constructs as method declarations\r\nwhen they belong to two-space indented members and other\r\nblocks of a type and are offset at eight space characters or\r\na tab from the start of the line.\r\n\r\nFor example,\r\n\r\n------------------------------------------------------------\r\nclass Test\r\n{\r\n static String hello() { return \"hello\"; }\r\n\r\n public static void main(String[] args)\r\n {\r\n try {\r\n if (args.length > 0) {\r\n // FIXME: eight spaces.\r\n System.out.println(args[0]);\r\n } else {\r\n // FIXME: a tab.\r\n\tSystem.out.println(hello());\r\n }\r\n } catch (Exception e) {\r\n throw new Error(e);\r\n }\r\n }\r\n}\r\n------------------------------------------------------------\r\n\r\n------------------------------------------------------------\r\n:let g:java_highlight_functions = 'indent'\r\n:doautocmd Syntax\r\n------------------------------------------------------------\r\n\r\nA better approach is to pick an only indentation style out\r\nof all supported styles (so either two spaces _or_ eight\r\nspaces _or_ a tab). Note that tabs and spaces can still be\r\nmixed, only the leading tab or the leading run of spaces\r\nmatters for the recognition. And there is no reason to not\r\ncomplement the set of valid styles with any number of spaces\r\nfrom 1 to 8, inclusively.\r\n\r\nPlease proceed with the necessary change as follows:\r\n\r\n- rename from \"indent\" to \"indent2\" for a 2-space run;\r\n- rename from \"indent\" to \"indent8\" for an 8-space run;\r\n- continue to have \"indent\" for a tab run;\r\n- define an \"indent\" variable with a suffix number denoting\r\n the preferred amount of indentation for any other run of\r\n spaces [1-8].\r\n\r\nAs before, this alternative style of recognition of method\r\ndeclarations still does not prescribe naming conventions and\r\nstill cannot recognise method declarations in nested types\r\nthat are conventionally indented.\r\n\r\nThe proposed changes also follow suit of \"style\" in stopping\r\nthe claiming of constructor and enum constant declarations.\r\n\r\n\r\nSigned-off-by: Aliaksei Budavei <0x000c70@gmail.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(java): Improve the recognition of the \"indent\" method declara…"}},{"before":"dc5c9055414501c438883c3b09ba8a3a7f983029","after":"04e1aaa94e3b7bf3ae6d376f52504aeb02bc9ca5","ref":"refs/heads/master","pushedAt":"2024-04-29T18:23: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":"runtime(doc): Fix a typo in usr_30.txt\n\ncloses: #14662\n\nSigned-off-by: UM-Li \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): Fix a typo in usr_30.txt"}},{"before":"2e9b9e9a9ebf3fd40437260ecd6b1e23b02c636b","after":"dc5c9055414501c438883c3b09ba8a3a7f983029","ref":"refs/heads/master","pushedAt":"2024-04-29T18:19: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(jq): remove undefined var s:save_cpoptions and add include setting\n\ncloses: #14661\ncloses: #14663\n\nCo-authored-by: itchyny \nSigned-off-by: GodFather \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(jq): remove undefined var s:save_cpoptions and add include se…"}},{"before":"32d701f51b1ed2834071a2c5031a300936beda13","after":"2e9b9e9a9ebf3fd40437260ecd6b1e23b02c636b","ref":"refs/heads/master","pushedAt":"2024-04-28T19:43:03.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(asm): missing setlocal in indent plugin (#14658)\n\n\r\nSigned-off-by: Marc Sven Schulte <167623652+msschulte@users.noreply.github.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(asm): missing setlocal in indent plugin (#14658)"}},{"before":"f351fd82920427b33a160cab9fdbc35ac1deb681","after":"32d701f51b1ed2834071a2c5031a300936beda13","ref":"refs/heads/master","pushedAt":"2024-04-28T14:26:39.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.0380: Calculating line height for unnecessary amount of lines\n\nProblem: Calculating line height for unnecessary amount of lines with\n half-page scrolling (zhscn, after 9.1.0280)\nSolution: Replace \"limit_winheight\" argument with higher resolution\n \"max\" argument to which to limit the calculated line height\n in plines_m_win() to (Luuk van Baal)\n\nfixes: #14650\ncloses: #14652\n\nSigned-off-by: Luuk van Baal \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0380: Calculating line height for unnecessary amount of lines"}},{"before":"75a73551a17919ab218c625a769ba97c6b2f95cc","after":"f351fd82920427b33a160cab9fdbc35ac1deb681","ref":"refs/heads/master","pushedAt":"2024-04-28T14:22:55.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(ssa): improve syntax file performance (#14654)\n\nfixes: #14653\r\n\r\nSigned-off-by: ObserverOfTime \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(ssa): improve syntax file performance (#14654)"}},{"before":"fe55c31752acae5a02cd5274fb81965fd41bbcc7","after":"75a73551a17919ab218c625a769ba97c6b2f95cc","ref":"refs/heads/master","pushedAt":"2024-04-28T14:22: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.0379: There are a few typos\n\nProblem: There are a few typos\nSolution: Fix them (zeertzjq)\n\ncloses: #14655\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0379: There are a few typos"}},{"before":"11250510404860a76d9e9cea4f99025277f607a5","after":"fe55c31752acae5a02cd5274fb81965fd41bbcc7","ref":"refs/heads/master","pushedAt":"2024-04-28T07:56:43.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.0378: Vim9: no comments allowed after class vars\n\nProblem: Vim9: no comments allowed after class vars\n (Christian Robinson, after 9.1.376)\nSolution: Allow trailing comments after class vars\n (Yegappan Lakshmanan)\n\ncloses: #14651\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0378: Vim9: no comments allowed after class vars"}},{"before":"86ef815959d18961a3d21cee07ab724e618d3a7b","after":"11250510404860a76d9e9cea4f99025277f607a5","ref":"refs/heads/master","pushedAt":"2024-04-27T10:02: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":"runtime(doc): CI: remove trailing white space in documentation\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): CI: remove trailing white space in documentation"}},{"before":"92917069b1a89e0e6c253a585dfe0a19cc2c0699","after":"86ef815959d18961a3d21cee07ab724e618d3a7b","ref":"refs/heads/master","pushedAt":"2024-04-27T09:56: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":"patch 9.1.0377: Formatting text wrong when 'breakindent' is set\n\nProblem: formatting text wrong when 'breakindent' is set\n (Gary Johnson)\nSolution: temporarily disable 'breakindent' option when formatting text,\n so that the breakindent is not wrongly taken into account for\n the line length\n\nfixes: #14630\ncloses: #14637\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0377: Formatting text wrong when 'breakindent' is set"}},{"before":"ac7731895c996acef4d02b784f9952749226e203","after":"92917069b1a89e0e6c253a585dfe0a19cc2c0699","ref":"refs/heads/master","pushedAt":"2024-04-27T09:52:21.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(debversions): Add oracular (24.10) as Ubuntu release name\n\ncloses: #14645\n\nSigned-off-by: Simon Quigley \nSigned-off-by: James McCoy \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(debversions): Add oracular (24.10) as Ubuntu release name"}},{"before":"340643e9779a96710a27d0eeef24f2c08b8967c4","after":"ac7731895c996acef4d02b784f9952749226e203","ref":"refs/heads/master","pushedAt":"2024-04-27T09:48: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.0376: Vim9: Trailing commands after class/enum keywords ignored\n\nProblem: Vim9: Trailing commands after class/enum keywords ignored\nSolution: Remove EX_TRLBAR keyword from command definition\n (Yegappan Lakshmanan)\n\ncloses: #14649\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0376: Vim9: Trailing commands after class/enum keywords ign…"}},{"before":"93df2285a0c0f58f752b696bb1ee56f7ae6e528a","after":"340643e9779a96710a27d0eeef24f2c08b8967c4","ref":"refs/heads/master","pushedAt":"2024-04-27T09:35: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.0375: tests: 1-second delay after Test_BufEnter_botline()\n\nProblem: tests: 1-second delay after Test_BufEnter_botline()\n (after v9.1.0374)\nSolution: Wipe the created buffers (zeertzjq).\n\ncloses: #14647\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0375: tests: 1-second delay after Test_BufEnter_botline()"}},{"before":"79952b9c6774d30f248a0ecf9ea84318be947fc4","after":"93df2285a0c0f58f752b696bb1ee56f7ae6e528a","ref":"refs/heads/master","pushedAt":"2024-04-27T09:31:53.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): update helptags for jq syntax (#14646)\n\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): update helptags for jq syntax (#14646)"}},{"before":"9525f62136047225f4dca8ba68ab2023600ec522","after":"79952b9c6774d30f248a0ecf9ea84318be947fc4","ref":"refs/heads/master","pushedAt":"2024-04-26T20:40:26.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(jq): include syntax, ftplugin and compiler plugin\n\ncloses: #14619\n\nSigned-off-by: Vito \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(jq): include syntax, ftplugin and compiler plugin"}},{"before":"5400a5d4269874fe4f1c35dfdd3c039ea17dfd62","after":"9525f62136047225f4dca8ba68ab2023600ec522","ref":"refs/heads/master","pushedAt":"2024-04-26T17:57:20.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): fix typo synconcealend -> synconcealed (#14644)\n\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): fix typo synconcealend -> synconcealed (#14644)"}},{"before":"00ae5c5cba7b2b42662687b3150397fe1737fba0","after":"5400a5d4269874fe4f1c35dfdd3c039ea17dfd62","ref":"refs/heads/master","pushedAt":"2024-04-26T17:54:15.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): include a simple comment toggling plugin\n\nfixes #14626\ncloses: #14634\n\nSigned-off-by: Maxim Kim \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(comment): include a simple comment toggling plugin"}},{"before":"eb80b8304efb6dfeaa8d01dd41fe281df4894240","after":"00ae5c5cba7b2b42662687b3150397fe1737fba0","ref":"refs/heads/master","pushedAt":"2024-04-26T16:56:39.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): fix typo\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): fix typo"}},{"before":"4b9fc8247aede14a440cfe5da58a466b3af04720","after":"eb80b8304efb6dfeaa8d01dd41fe281df4894240","ref":"refs/heads/master","pushedAt":"2024-04-26T16:54:39.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.0374: wrong botline in BufEnter\n\nProblem: When :edit an existing buffer, line('w$') may return a\n wrong result.\nSolution: Reset w_valid in curwin_init() (Jaehwang Jung)\n\n`do_ecmd()` reinitializes the current window (`curwin_init()`) whose\n`w_valid` field may have `VALID_BOTLINE` set. Resetting `w_botline`\nwithout marking it as invalid makes subsequent `validate_botline()`\ncalls a no-op, thus resulting in wrong `line('w$')` value.\n\ncloses: #14642\n\nSigned-off-by: Jaehwang Jung \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0374: wrong botline in BufEnter"}},{"before":"fe1e2b5e2d65f05d820f17db935b15454a63be06","after":"4b9fc8247aede14a440cfe5da58a466b3af04720","ref":"refs/heads/master","pushedAt":"2024-04-26T16:45:41.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":"CI: ubuntu-toolchain-r/test repository will be removed (#14641)\n\n* CI: ubuntu-toolchain-r/test repository will be removed\r\n\r\nThe ubuntu-toolchain-r/test PPA will be removed from Ubuntu images.\r\nThe images rollout process will start on May 6 and take 3-4 days.\r\nMitigation ways\r\n\r\nThe repository can still be added manually in runtime by calling to following commands:\r\n\r\nsudo add-apt-repository ppa:ubuntu-toolchain-r/test -y\r\nsudo apt-get update -y\r\n\r\n* fixup: add a note what this repo is for\r\n\r\nSigned-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>\r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"CI: ubuntu-toolchain-r/test repository will be removed (#14641)"}},{"before":"98b12ede31754071f36fb7a73324456c1ee7b89c","after":"fe1e2b5e2d65f05d820f17db935b15454a63be06","ref":"refs/heads/master","pushedAt":"2024-04-26T16:44: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":"runtime(doc): clarify syntax vs matching mechanism\n\nfixes: #14643\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify syntax vs matching mechanism"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPwxBdQA","startCursor":null,"endCursor":null}},"title":"Activity · vim/vim"}