From 2bbc3496ba1a2df1a0e4ccdd2a9839f1632375c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:09:10 +0000 Subject: [PATCH] vim: Import v9.1.0842 * runtime(doc): simplify vimtutor manpage a bit more * runtime(matchparen): Add matchparen_disable_cursor_hl config option * 9.1.0842: not checking for the sync() systemcall * 9.1.0841: tests: still preferring python2 over python3 * 9.1.0840: filetype: idris2 files are not recognized * 9.1.0839: filetype: leo files are not recognized * runtime(cook): include cook filetype plugin * runtime(debversions): Update Debian versions * 9.1.0838: vimtutor is bash-specific * runtime(doc): add help specific modeline to pi_tutor.txt --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index 20232552..4f52fa8c 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -1 +1 @@ -* [Filelist: vimtutor chapter 2 is missing in Filelist](https://github.com/vim/vim/commit/c39c0230c420d0c047afcdcdc3a0626c186d2e12)\n* [9.1.0837](https://github.com/vim/vim/commit/2cf145b78b888fa03d3b26280fcd405b3c946bef): cross-compiling has some issues\n* [runtime(vimtutor): Add a second chapter](https://github.com/vim/vim/commit/17c71daf83f45c3ee81a33716e56e1b485e76a8b)\n* [9.1.0836](https://github.com/vim/vim/commit/a54816b884157f6b7973a188f85c708d15cbf72f): The vimtutor can be improved\n* [9.1.0835](https://github.com/vim/vim/commit/6eda269600b5ca952f28e808c662f67e581933d7): :setglobal doesn't work properly for 'ffu' and 'tsrfu'\n* [9.1.0834](https://github.com/vim/vim/commit/ca6231b8a695489664aa0ca394840f2c77040928): tests: 2html test fails\n* [9.1.0833](https://github.com/vim/vim/commit/9fd5d9674f1e5392be9dff0ec338e25c05196fe9): CI: recent ASAN changes do not work for indent tests\n* [9.1.0832](https://github.com/vim/vim/commit/46dcd84d242db6b053cb5b777c896cede9ad9b27): :set doesn't work for 'cot' and 'bkc' after :setlocal\n* [runtime(doc): update help-toc description](https://github.com/vim/vim/commit/6081c17890fefd9cb9a009beaace3d7f7b8d1605)\n* [runtime(2html): Make links use color scheme colors in TOhtml](https://github.com/vim/vim/commit/b256221e8377abba3c121d612c559006a9233052)\n* [9.1.0831](https://github.com/vim/vim/commit/a13f3a4f5de9c150f70298850e34747838904995): 'findexpr' can't be used as lambad or Funcref\n* [Filelist: include helptoc package](https://github.com/vim/vim/commit/0b8176dff2dada4be1c8d3ca5e1dd1a7a536b4ca)\n* [runtime(doc): include a TOC Vim9 plugin](https://github.com/vim/vim/commit/b3ec5643cd496b59eefd3ce6854b99aea72abd0c)\n* [Filelist: ignore .git-blame-ignore-revs](https://github.com/vim/vim/commit/29ce4190767b12314770b6da4768a24c19cd8a38)\n* [9.1.0830](https://github.com/vim/vim/commit/bc10be7a4060748ed1876ab91cf53a2a8701ac13): using wrong highlight group for spaces for popupmenu\n* [runtime(typst): synchronize updates from the upstream typst.vim](https://github.com/vim/vim/commit/d181bafd0bb53f3caaf15a95a329a31d8208206b)\n* [git: ignore reformatting commit for git-blame (after v9.1.0829)](https://github.com/vim/vim/commit/88542445871d882b2a0e79410774797a73fe9e60)\n* [9.1.0829](https://github.com/vim/vim/commit/8ce738de3fd7192fa6274730594305cde780074c): Vim source code uses a mix of tabs and spaces\n* [9.1.0828](https://github.com/vim/vim/commit/8d4477ef220e5af0b9b1a6e4fc38570a063403e4): string\_T struct could be used more often\n* [9.1.0827](https://github.com/vim/vim/commit/f1d83c4c71dce0edefc9a94b2dfa3ca1c343f837): CI: tests can be improved\n* [runtime(doc): remove stray sentence in pi\_netrw.txt](https://github.com/vim/vim/commit/a95d6a3d641dd065cccb1e76863dd3450ee5ce04)\n* [9.1.0826](https://github.com/vim/vim/commit/84b5b1c660beb2f9e27de70687e41d39a023ae81): filetype: sway files are not recognized\n* [runtime(doc): Include netrw-gp in TOC](https://github.com/vim/vim/commit/26113e5ae3c4762ab718d5f006afa71f67e6f459)\n* [runtime(doc): mention 'iskeyword' at :h charclass()](https://github.com/vim/vim/commit/b5e7da1f27241f7d770d342009e2fb443e45e6ce) +* [runtime(doc): simplify vimtutor manpage a bit more](https://github.com/vim/vim/commit/5ccac75d967e73669fd9dd5b83916a54a5989ae6)\n* [runtime(matchparen): Add matchparen\_disable\_cursor\_hl config option](https://github.com/vim/vim/commit/59834ba6df10dc48565bf55ac6c8e8a4aa40210b)\n* [9.1.0842](https://github.com/vim/vim/commit/8bb5eaf019bc46e3b20e1509d88c07655f1632cd): not checking for the sync() systemcall\n* [9.1.0841](https://github.com/vim/vim/commit/cef8ab2c75841cee1cd72266aa662fbe54fc0acc): tests: still preferring python2 over python3\n* [9.1.0840](https://github.com/vim/vim/commit/c04bc64ba61f2386fafb086b47f16f122a0c779a): filetype: idris2 files are not recognized\n* [9.1.0839](https://github.com/vim/vim/commit/93f65a4ab8168c766e4d3794607762b52762ef82): filetype: leo files are not recognized\n* [runtime(cook): include cook filetype plugin](https://github.com/vim/vim/commit/19bc76c929a9d3f87d4ea932ba5c540bcd6023ee)\n* [runtime(debversions): Update Debian versions](https://github.com/vim/vim/commit/9dadfe7a5205180941dbce3648a00422d32bb63d)\n* [9.1.0838](https://github.com/vim/vim/commit/09cc8c92d158710d8845ec5c83b64af96a0cbe47): vimtutor is bash-specific\n* [runtime(doc): add help specific modeline to pi\_tutor.txt](https://github.com/vim/vim/commit/ac2bb9dfeabc583b33414c50c80d105f480f707f) diff --git a/vim b/vim index c39c0230..5ccac75d 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit c39c0230c420d0c047afcdcdc3a0626c186d2e12 +Subproject commit 5ccac75d967e73669fd9dd5b83916a54a5989ae6