Skip to content

Commit

Permalink
vim: Import v9.1.1039
Browse files Browse the repository at this point in the history
* 9.1.1039: Vim9: comments are outdated
* 9.1.1038: tests: test_channel.py fails with IPv6
* runtime(vim): Update base-syntax, fix is/isnot operator matching
* 9.1.1037: Vim9: confusing error when using abstract method via super
* 9.1.1036: make install fails when using shadowdir
* 9.1.1035: Vim9: memory leak with blob2str()
* runtime(tex): add texEmphStyle to texMatchGroup in syntax script
* CI: bump windows python to 3.12
* runtime(netrw): upstream snapshot of v175
* CI: add Linux arm64 CI job
* 9.1.1033: Vim9: compiling abstract method fails without return
* CI: bump windows libsodium to 1.0.20
* runtime(c): add new constexpr keyword to syntax file (C23)
* 9.1.1033: tests: shaderslang was removed from test_filetype erroneously
* 9.1.1032: link error when FEAT_SPELL not defined
* 9.1.1031: Coverity complains about insecure data handling
* runtime(sh): update syntax script
* runtime(c): Add missing syntax test files
* 9.1.1030: filetype: setting bash filetype is backwards incompatible
* runtime(c): Update syntax and ftplugin files
* 9.1.1029: the installer can be improved
* 9.1.1028: too many strlen() calls in screen.c
* 9.1.1027: no sanitize check when running linematch
* 9.1.1026: filetype: swc configuration files are not recognized
* runtime(netrw): change netrw maintainer
* 9.1.1025: wrong return type of blob2str()
  • Loading branch information
github-actions[bot] committed Jan 19, 2025
1 parent ba52ac2 commit 46a5d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [runtime(tex): add texEmphStyle to texMatchGroup in syntax script](https://github.com/vim/vim/commit/2cb8246eb969594a6969b03dcf8ea89aa7deda6e)\n* [CI: bump windows python to 3.12](https://github.com/vim/vim/commit/c65bb2ea8e5cffcbd5dff05572989af4d8936531)\n* [runtime(netrw): upstream snapshot of v175](https://github.com/vim/vim/commit/d402ba81e256b21e73a98ec809bd4a9482613553)\n* [CI: add Linux arm64 CI job](https://github.com/vim/vim/commit/87f65f3857ae00ecd4548043ee3343c87ac45cdd)\n* [9.1.1033](https://github.com/vim/vim/commit/7c92e888946903fa26b377efbc98c8f83e9188b8): Vim9: compiling abstract method fails without return\n* [CI: bump windows libsodium to 1.0.20](https://github.com/vim/vim/commit/fef4be0d7ae2340ca13552f3b101ce905dd9b3e5)\n* [runtime(c): add new constexpr keyword to syntax file (C23)](https://github.com/vim/vim/commit/e06405181a6189aa56e917c1a7e5090a33b07a8a)\n* [9.1.1033](https://github.com/vim/vim/commit/1d2867df0c5dfa3d2444229f9e4b23d6ff935956): tests: shaderslang was removed from test\_filetype erroneously\n* [9.1.1032](https://github.com/vim/vim/commit/b77c5984877c9de816ea6db8865eb3df7bb14b51): link error when FEAT\_SPELL not defined\n* [9.1.1031](https://github.com/vim/vim/commit/5e9aaedf520e850470fdecebb1ceccba0956178e): Coverity complains about insecure data handling\n* [runtime(sh): update syntax script](https://github.com/vim/vim/commit/54cb514c9a8320d77650a63f0f7405aa8cc5b0d7)\n* [runtime(c): Add missing syntax test files](https://github.com/vim/vim/commit/866f229591eb8114eed2aa44b90f23d1828bf1ee)\n* [9.1.1030](https://github.com/vim/vim/commit/727c567a0934643e2d6e1dd92d4e636b17d9067f): filetype: setting bash filetype is backwards incompatible\n* [runtime(c): Update syntax and ftplugin files](https://github.com/vim/vim/commit/c2a967a1b9adca6c929e3dc5c218dfada00059b6)\n* [9.1.1029](https://github.com/vim/vim/commit/2730d3873f222876cdd7459772fef6d935c23783): the installer can be improved\n* [9.1.1028](https://github.com/vim/vim/commit/c15de972e8131def2f506bb9eb6b306ca089629c): too many strlen() calls in screen.c\n* [9.1.1027](https://github.com/vim/vim/commit/ca307efe486670b76563a4a287bc94dace57fb74): no sanitize check when running linematch\n* [9.1.1026](https://github.com/vim/vim/commit/3a738fccaaf6737c91641856ea00579dbe68bd4e): filetype: swc configuration files are not recognized\n* [runtime(netrw): change netrw maintainer](https://github.com/vim/vim/commit/9cfdabb074feefc9848e9f7a4538f201e28c7f06)\n* [9.1.1025](https://github.com/vim/vim/commit/166b1754a9b2046d678f59dedea7a3d693067047): wrong return type of blob2str()
* [9.1.1039](https://github.com/vim/vim/commit/a81cf8b99ede7b07152695469e24568a86c91537): Vim9: comments are outdated\n* [9.1.1038](https://github.com/vim/vim/commit/2a5312e7389b23f096715b15836266c0ba5669cc): tests: test\_channel.py fails with IPv6\n* [runtime(vim): Update base-syntax, fix is/isnot operator matching](https://github.com/vim/vim/commit/8dec6c2e6c2b5157334398e2e6ab7daa91999d80)\n* [9.1.1037](https://github.com/vim/vim/commit/bce60c4742a125c070c3c4214332842cb861061c): Vim9: confusing error when using abstract method via super\n* [9.1.1036](https://github.com/vim/vim/commit/5abc44e3c1d51b9a14be2a9cb679b294f4758287): make install fails when using shadowdir\n* [9.1.1035](https://github.com/vim/vim/commit/90b397586decc3751f92fd2f84271a6b431b56bc): Vim9: memory leak with blob2str()\n* [runtime(tex): add texEmphStyle to texMatchGroup in syntax script](https://github.com/vim/vim/commit/2cb8246eb969594a6969b03dcf8ea89aa7deda6e)\n* [CI: bump windows python to 3.12](https://github.com/vim/vim/commit/c65bb2ea8e5cffcbd5dff05572989af4d8936531)\n* [runtime(netrw): upstream snapshot of v175](https://github.com/vim/vim/commit/d402ba81e256b21e73a98ec809bd4a9482613553)\n* [CI: add Linux arm64 CI job](https://github.com/vim/vim/commit/87f65f3857ae00ecd4548043ee3343c87ac45cdd)\n* [9.1.1033](https://github.com/vim/vim/commit/7c92e888946903fa26b377efbc98c8f83e9188b8): Vim9: compiling abstract method fails without return\n* [CI: bump windows libsodium to 1.0.20](https://github.com/vim/vim/commit/fef4be0d7ae2340ca13552f3b101ce905dd9b3e5)\n* [runtime(c): add new constexpr keyword to syntax file (C23)](https://github.com/vim/vim/commit/e06405181a6189aa56e917c1a7e5090a33b07a8a)\n* [9.1.1033](https://github.com/vim/vim/commit/1d2867df0c5dfa3d2444229f9e4b23d6ff935956): tests: shaderslang was removed from test\_filetype erroneously\n* [9.1.1032](https://github.com/vim/vim/commit/b77c5984877c9de816ea6db8865eb3df7bb14b51): link error when FEAT\_SPELL not defined\n* [9.1.1031](https://github.com/vim/vim/commit/5e9aaedf520e850470fdecebb1ceccba0956178e): Coverity complains about insecure data handling\n* [runtime(sh): update syntax script](https://github.com/vim/vim/commit/54cb514c9a8320d77650a63f0f7405aa8cc5b0d7)\n* [runtime(c): Add missing syntax test files](https://github.com/vim/vim/commit/866f229591eb8114eed2aa44b90f23d1828bf1ee)\n* [9.1.1030](https://github.com/vim/vim/commit/727c567a0934643e2d6e1dd92d4e636b17d9067f): filetype: setting bash filetype is backwards incompatible\n* [runtime(c): Update syntax and ftplugin files](https://github.com/vim/vim/commit/c2a967a1b9adca6c929e3dc5c218dfada00059b6)\n* [9.1.1029](https://github.com/vim/vim/commit/2730d3873f222876cdd7459772fef6d935c23783): the installer can be improved\n* [9.1.1028](https://github.com/vim/vim/commit/c15de972e8131def2f506bb9eb6b306ca089629c): too many strlen() calls in screen.c\n* [9.1.1027](https://github.com/vim/vim/commit/ca307efe486670b76563a4a287bc94dace57fb74): no sanitize check when running linematch\n* [9.1.1026](https://github.com/vim/vim/commit/3a738fccaaf6737c91641856ea00579dbe68bd4e): filetype: swc configuration files are not recognized\n* [runtime(netrw): change netrw maintainer](https://github.com/vim/vim/commit/9cfdabb074feefc9848e9f7a4538f201e28c7f06)\n* [9.1.1025](https://github.com/vim/vim/commit/166b1754a9b2046d678f59dedea7a3d693067047): wrong return type of blob2str()

0 comments on commit 46a5d79

Please sign in to comment.