Skip to content

Commit 83cd4f7

Browse files
vim: Import v9.1.1043
* 9.1.1043: [security]: segfault in win_line() * runtime(doc): update helptags * 9.1.1042: filetype: just files are not recognized * runtime(vim): Update base-syntax, match ternary and falsy operators * 9.1.1041: Vim9: out-of-bound access when echoing an enum * 9.1.1040: Vim9: imported type cannot be used as func return type * runtime(kconfig): updated ftplugin and syntax script * runtime(doc): rename last t_BG reference to t_RB
1 parent 46a5d79 commit 83cd4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [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()
1+
* [9.1.1043](https://github.com/vim/vim/commit/9d1bed5eccdbb46a26b8a484f5e9163c40e63919): \[security\]: segfault in win\_line()\n* [runtime(doc): update helptags](https://github.com/vim/vim/commit/4cbc54a7431968371c432dc661002cd49741c2ca)\n* [9.1.1042](https://github.com/vim/vim/commit/72755b3c8e91ec90447969b736f080e0de36003d): filetype: just files are not recognized\n* [runtime(vim): Update base-syntax, match ternary and falsy operators](https://github.com/vim/vim/commit/c273f1ac770e86767206c8193bab659b25d3b41b)\n* [9.1.1041](https://github.com/vim/vim/commit/cb848b687f9b6ec7b1c3d903d3ff84fc1f52d8e3): Vim9: out-of-bound access when echoing an enum\n* [9.1.1040](https://github.com/vim/vim/commit/d79ea47079a70def4f458f59b65c181488633bf6): Vim9: imported type cannot be used as func return type\n* [runtime(kconfig): updated ftplugin and syntax script](https://github.com/vim/vim/commit/4335fcfed1b0a29c07b10f97d1f309dd8f964de6)\n* [runtime(doc): rename last t\_BG reference to t\_RB](https://github.com/vim/vim/commit/71028a32db3dc30e835bcc21bef0060cf2967582)

vim

Submodule vim updated 49 files

0 commit comments

Comments
 (0)