{"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:1716225703.0","currentOid":""},"activityList":{"items":[{"before":"8c85a2a49acf80e4f53ec51e6ff2a5f3830eeddb","after":"8cf29e4c4a2af75bf31ef16ef108aea61c165af8","ref":"refs/heads/master","pushedAt":"2024-05-20T18:03: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(matchit): update matchit plugin to v1.20\n\nfixes: #14814\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(matchit): update matchit plugin to v1.20"}},{"before":"69dff00dfb37077f4a80fd9635ea963889ad4b49","after":"8c85a2a49acf80e4f53ec51e6ff2a5f3830eeddb","ref":"refs/heads/master","pushedAt":"2024-05-20T17:21: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.0426: too many strlen() calls in search.c\n\nProblem: too many strlen() calls in search.c\nSolution: refactor code and remove more strlen() calls,\n use explicit variable to remember strlen\n (John Marriott)\n\ncloses: #14796\n\nSigned-off-by: John Marriott \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0426: too many strlen() calls in search.c"}},{"before":"af2254d2f3c1c59add065363dccb53ddb0edadf5","after":"69dff00dfb37077f4a80fd9635ea963889ad4b49","ref":"refs/heads/master","pushedAt":"2024-05-20T16:20: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(verilog): set commentstring option\n\ncloses: #14810\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(verilog): set commentstring option"}},{"before":"155583a5c317881e60828e3972383436ac197ee8","after":"af2254d2f3c1c59add065363dccb53ddb0edadf5","ref":"refs/heads/master","pushedAt":"2024-05-20T12:39: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(vb): update vb indent plugin as vim9script\n\nInclude an updated vb indent script using vim9script.\nAlso update the runtime indent test files\n\nSigned-off-by: Michael Soyka \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(vb): update vb indent plugin as vim9script"}},{"before":"aa3104b07a3e5e7cc41310f1fbfb00f71ef801a2","after":"155583a5c317881e60828e3972383436ac197ee8","ref":"refs/heads/master","pushedAt":"2024-05-20T12:24: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.0425: filetype: purescript files are not recognized\n\nProblem: filetype: purescript files are not recognized\nSolution: recognize '*.purs' files as purescript filetype,\n include basic purescript filetype plugin\n (Riley Bruins)\n\nReference: https://github.com/purescript/documentation/blob/master/language/Syntax.md#comments\n\ncloses: #14813\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0425: filetype: purescript files are not recognized"}},{"before":"f295050fa524b3a58289d12d3477b52a8610794f","after":"aa3104b07a3e5e7cc41310f1fbfb00f71ef801a2","ref":"refs/heads/master","pushedAt":"2024-05-20T12:20: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":"patch 9.1.0424: filetype: slint files are not recognized\n\nProblem: filetype: slint files are not recognized\nSolution: Detect '*.slint' files as slint filetype,\n include basic sling filetype plugin\n (Riley Bruins)\n\ncloses: #14808\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0424: filetype: slint files are not recognized"}},{"before":"957d903cb7af41539efd3195d053293987af85d9","after":"f295050fa524b3a58289d12d3477b52a8610794f","ref":"refs/heads/master","pushedAt":"2024-05-20T12:16:17.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(nim): basic nim ftplugin file for comments (#14812)\n\nReference: https://nim-by-example.github.io/comments/#:~:text=Comments%20in%20Nim%20begin%20with%20the%20hash%20character.&text=Multiline%20or%20block%20comments%20begin,line%20comments%20can%20be%20nested.\r\n\r\nSigned-off-by: Riley Bruins \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(nim): basic nim ftplugin file for comments (#14812)"}},{"before":"c3d5c2fc87212865ee73738cd381ddbaf8132c33","after":"957d903cb7af41539efd3195d053293987af85d9","ref":"refs/heads/master","pushedAt":"2024-05-20T12:13: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(arduino): Add Arduino ftplugin and indent files (#14811)\n\nWe already have Arduino syntax file, but we didn't have ftplugin and\r\nindent files.\r\n\r\nThis commit adds a basic ftplugin file and a basic indent file.\r\nBoth of them are derived from {ftplugin,indent}/c.vim.\r\n\r\nSigned-off-by: Ken Takata \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(arduino): Add Arduino ftplugin and indent files (#14811)"}},{"before":"9c4d14dbb4baeb909ff62a943aed24968e3be6fe","after":"c3d5c2fc87212865ee73738cd381ddbaf8132c33","ref":"refs/heads/master","pushedAt":"2024-05-20T12:08:49.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(typst): include basic typst ftplugin file (#14809)\n\nReference: https://typst.app/docs/reference/syntax/#comments\r\n\r\nSigned-off-by: Riley Bruins \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(typst): include basic typst ftplugin file (#14809)"}},{"before":"1b5e3d21f6f321824b3c4552a9fff24feeb64aab","after":"9c4d14dbb4baeb909ff62a943aed24968e3be6fe","ref":"refs/heads/master","pushedAt":"2024-05-20T12:07:31.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(prisma): include basic prisma ftplugin file (#14807)\n\nReference: https://www.prisma.io/docs/orm/prisma-schema/overview#comments\r\n\r\nSigned-off-by: Riley Bruins \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(prisma): include basic prisma ftplugin file (#14807)"}},{"before":"c95e64f41f7f6d1bdc95b047ae9b369743c8637b","after":"1b5e3d21f6f321824b3c4552a9fff24feeb64aab","ref":"refs/heads/master","pushedAt":"2024-05-20T12:03:46.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(v): include basic v ftplugin for comment support (#14806)\n\nSigned-off-by: Riley Bruins \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(v): include basic v ftplugin for comment support (#14806)"}},{"before":"22029edb6c7b2cb146668354daad60bfe59eaac1","after":"c95e64f41f7f6d1bdc95b047ae9b369743c8637b","ref":"refs/heads/master","pushedAt":"2024-05-20T12:01: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.0423: getregionpos() wrong with blockwise mode and multibyte\n\nProblem: getregionpos() wrong with blockwise mode and multibyte.\nSolution: Use textcol and textlen instead of start_vcol and end_vcol.\n Handle coladd properly (zeertzjq).\n\nAlso remove unnecessary buflist_findnr() in add_regionpos_range(), as\ngetregionpos() has already switched buffer.\n\ncloses: #14805\n\nSigned-off-by: zeertzjq \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0423: getregionpos() wrong with blockwise mode and multibyte"}},{"before":"5f1b115afd92544ce64d563da0d8ee9844abb10a","after":"22029edb6c7b2cb146668354daad60bfe59eaac1","ref":"refs/heads/master","pushedAt":"2024-05-20T11:58: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.0422: function echo_string_core() is too long\n\nProblem: function echo_string_core() is too long\nSolution: Refactor into several smaller functions\n (Yegappan Lakshmanan)\n\ncloses: #14804\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0422: function echo_string_core() is too long"}},{"before":"4d7892bfb1dbcc8ba19d9c60c63b3d11b758553f","after":"5f1b115afd92544ce64d563da0d8ee9844abb10a","ref":"refs/heads/master","pushedAt":"2024-05-19T09:30:13.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.0421: filetype: hyprlang files are not recognized\n\nProblem: filetype: hyprlang files are not recognized\nSolution: recognize 'hypr{land,paper,idle,lock}.conf' files\n as 'hyprlang' filetype, add hyprlang ftplugin\n (Riley Bruins)\n\ncloses: #14803\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0421: filetype: hyprlang files are not recognized"}},{"before":"36e974fdf3f5db1126bb8211e5a12462258da167","after":"4d7892bfb1dbcc8ba19d9c60c63b3d11b758553f","ref":"refs/heads/master","pushedAt":"2024-05-19T07:33: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(dart): add basic dart ftplugin file\n\nfixes #14793\ncloses #14802\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(dart): add basic dart ftplugin file"}},{"before":"d801edfb1b826c8b4a81f93205a0ed10bdf9fd56","after":"36e974fdf3f5db1126bb8211e5a12462258da167","ref":"refs/heads/master","pushedAt":"2024-05-19T07:31: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(graphql): basic ftplugin file for graphql\n\ncloses: #14801\n\nSigned-off-by: Riley Bruins \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(graphql): basic ftplugin file for graphql"}},{"before":"0b0f7d6be08df5411718797043414a6391ebfda5","after":"d801edfb1b826c8b4a81f93205a0ed10bdf9fd56","ref":"refs/heads/master","pushedAt":"2024-05-19T07:29:25.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): mention comment plugin at :h 'commentstring'\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): mention comment plugin at :h 'commentstring'"}},{"before":"4776e64e72de2976ff90b17d236e50e2b02c5540","after":"0b0f7d6be08df5411718797043414a6391ebfda5","ref":"refs/heads/master","pushedAt":"2024-05-19T07:14: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":"patch 9.1.0420: :browse oldfiles prompts even with single entry\n\nProblem: :browse oldfiles prompts even with single entry\nSolution: Do not prompt, but edit the file directly,\n also when using :filter /pat/ browse oldfiles\n\ncloses: #14794\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0420: :browse oldfiles prompts even with single entry"}},{"before":"5f757147303dbf4c5c3122bbabf77839c3725043","after":"4776e64e72de2976ff90b17d236e50e2b02c5540","ref":"refs/heads/master","pushedAt":"2024-05-19T07:10: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":"patch 9.1.0419: eval.c not sufficiently tested\n\nProblem: eval.c not sufficiently tested\nSolution: Add a few more additional tests for eval.c,\n (Yegappan Lakshmanan)\n\ncloses: #14799\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0419: eval.c not sufficiently tested"}},{"before":"5cf5301e2847c5a1a380ae030c58825b5c6fe275","after":"5f757147303dbf4c5c3122bbabf77839c3725043","ref":"refs/heads/master","pushedAt":"2024-05-18T17:12: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(doc): clarify why E195 is returned\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify why E195 is returned"}},{"before":"94043780196cc66d23eeec10e2c722c6552324e0","after":"5cf5301e2847c5a1a380ae030c58825b5c6fe275","ref":"refs/heads/master","pushedAt":"2024-05-18T08:15: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(doc): clarify temporary file clean up\n\nrelated: #14770\n\nCo-authored-by: Enno \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify temporary file clean up"}},{"before":"8e4c4c7d87def2b100a5d64dc518ef85d9de8765","after":"94043780196cc66d23eeec10e2c722c6552324e0","ref":"refs/heads/master","pushedAt":"2024-05-18T06:55:49.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(matchparen): fix :NoMatchParen not working (#14797)\n\nfixes: neovim/neovim#28828\r\n\r\nSigned-off-by: zeertzjq \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(matchparen): fix :NoMatchParen not working (#14797)"}},{"before":"cf78d0df51f2737f278a2410f166862001d875ae","after":"8e4c4c7d87def2b100a5d64dc518ef85d9de8765","ref":"refs/heads/master","pushedAt":"2024-05-17T16:52: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.0418: Cannot move to previous/next rare word\n\nProblem: Cannot move to previous/next rare word\n (Colin Kennedy)\nSolution: Add the ]r and [r motions (Christ van Willegen)\n\nfixes: #14773\ncloses: #14780\n\nSigned-off-by: Christ van Willegen - van Noort \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0418: Cannot move to previous/next rare word"}},{"before":"f0905a86130c431eb29395b0eee68867e0c1c2dd","after":"cf78d0df51f2737f278a2410f166862001d875ae","ref":"refs/heads/master","pushedAt":"2024-05-17T16:39:24.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(sshdconfig): add basic ftplugin file for sshdconfig (#14790)\n\nSigned-off-by: Yinzuo Jiang \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(sshdconfig): add basic ftplugin file for sshdconfig (#14790)"}},{"before":"2e642734f4be506483315b8881748a7ef45854f4","after":"f0905a86130c431eb29395b0eee68867e0c1c2dd","ref":"refs/heads/master","pushedAt":"2024-05-17T16:34: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":"patch 9.1.0417: if_py: find_module has been removed in Python 3.12.0a7\n\nProblem: if_py: find_module has been removed in Python 3.12.0a7\n (@Ghost-LZW)\nSolution: Do not include find_module for Python >= 3.12.0a7\n\nfixes: #14776\ncloses: #14781\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0417: if_py: find_module has been removed in Python 3.12.0a7"}},{"before":"fe424d13ef6e5486923f23f15bb6951e3079412e","after":"2e642734f4be506483315b8881748a7ef45854f4","ref":"refs/heads/master","pushedAt":"2024-05-17T16:28:49.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.0416: some screen dump tests can be improved\n\nProblem: some screen dump tests can be improved (after 9.1.0414)\nSolution: Make sure screen state changes properly and is captured in the\n screen dumps (Luuk van Baal)\n\ncloses: #14788\n\nSigned-off-by: Luuk van Baal \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0416: some screen dump tests can be improved"}},{"before":"e595e9c31b651bcb15d2f40ff00fffa432370484","after":"fe424d13ef6e5486923f23f15bb6951e3079412e","ref":"refs/heads/master","pushedAt":"2024-05-17T16:23: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.0415: Some functions are not tested\n\nProblem: Some functions are not tested\nSolution: Add a few more tests, fix a few minor problems\n (Yegappan Lakshmanan)\n\ncloses: #14789\n\nSigned-off-by: Yegappan Lakshmanan \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0415: Some functions are not tested"}},{"before":"b32055e504ebd4f6183a93b92b08d61dad61c841","after":"e595e9c31b651bcb15d2f40ff00fffa432370484","ref":"refs/heads/master","pushedAt":"2024-05-17T15:30: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":"runtime(doc): clarify instal instructions for comment package\n\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): clarify instal instructions for comment package"}},{"before":"f5c8f520baed35584a456f25b038d59f41d420b6","after":"b32055e504ebd4f6183a93b92b08d61dad61c841","ref":"refs/heads/master","pushedAt":"2024-05-16T18:54: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.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff'\n\nProblem: Unable to leave long line with 'smoothscroll' and 'scrolloff'.\n Corrupted screen near the end of a long line with 'scrolloff'.\n (Ernie Rael, after 9.1.0280)\nSolution: Only correct cursor in case scroll_cursor_bot() was not itself\n called to make the cursor visible. Avoid adjusting for\n 'scrolloff' beyond the text line height (Luuk van Baal)\n\nfixes: #14726\ncloses: #14783\n\nSigned-off-by: Luuk van Baal \nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"patch 9.1.0414: Unable to leave long line with 'smoothscroll' and 'sc…"}},{"before":"c0e038b59f8445e46043b6c19a70395562b068aa","after":"f5c8f520baed35584a456f25b038d59f41d420b6","ref":"refs/heads/master","pushedAt":"2024-05-16T17:53:39.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 in vim9script help file (#14782)\n\nThis commit fixes a typo in the first example of the vim9script help\r\nfile. Trying to execute the given example before resulted in a \"trailing\r\ncharacters\" error.\r\n\r\nSigned-off-by: jbm950 \r\nSigned-off-by: Christian Brabandt ","shortMessageHtmlLink":"runtime(doc): fix typo in vim9script help file (#14782)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETw-FSgA","startCursor":null,"endCursor":null}},"title":"Activity · vim/vim"}