Skip to content

Commit

Permalink
vim: Import v9.0.2130
Browse files Browse the repository at this point in the history
* 9.0.2130: some errors with translation Makefiles
* 9.0.2129: [security]: use-after-free in call_dfunc()
* runtime(doc): Update doc Makefiles with comments from #13567 (#13577)
* runtime(tsx): add indentation plugin (fixes #13574) (#13576)
* 9.0.2128: runtime(swig): add syntax and filetype plugins
* 9.0.2127: translation Makefiles can be improved
* 9.0.2126: unused assignments when checking 'listchars'
* 9.0.2125: File info disappears when 'cmdheight' has decreased
* 9.0.2124: INT overflow detection logic can be simplified
* 9.0.2123: Problem with initializing the length of range() lists
  • Loading branch information
chrisbra committed Nov 25, 2023
1 parent 163d5cd commit 181d916
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 @@
* [9.0.2127](https://github.com/vim/vim/commit/e214692718d6a997a0540fc688e1417564416f80): translation Makefiles can be improved\n* [9.0.2126](https://github.com/vim/vim/commit/00624a2fa08d04bdded240d474e9cfdc193dbe10): unused assignments when checking 'listchars'\n* [9.0.2125](https://github.com/vim/vim/commit/40ed6711bd385051021691980e8ce16375b4b510): File info disappears when 'cmdheight' has decreased\n* [9.0.2124](https://github.com/vim/vim/commit/2b0882fa6555b4d0197afbdfc32a4533cf6aacf4): INT overflow detection logic can be simplified\n* [9.0.2123](https://github.com/vim/vim/commit/df63da98d8dc284b1c76cfe1b17fa0acbd6094d8): Problem with initializing the length of range() lists
* [9.0.2130](https://github.com/vim/vim/commit/075ad7047457debfeef13442c01e74088b461092): some errors with translation Makefiles\n* [9.0.2129](https://github.com/vim/vim/commit/a555069b7d790abedc60edc505bd35bda257949d): \[security\]: use-after-free in call\_dfunc()\n* [runtime(doc): Update doc Makefiles with comments from #13567 (#13577)](https://github.com/vim/vim/commit/8c14e79737c5df5cd111f60e7bda46cb0b9d89f7)\n* [runtime(tsx): add indentation plugin (fixes #13574) (#13576)](https://github.com/vim/vim/commit/813a538bb3cec2eee4bf43e16b44fe40666529ef)\n* [9.0.2128](https://github.com/vim/vim/commit/2e31065a650015892179e520038bf2083a9519b6): runtime(swig): add syntax and filetype plugins\n* [9.0.2127](https://github.com/vim/vim/commit/e214692718d6a997a0540fc688e1417564416f80): translation Makefiles can be improved\n* [9.0.2126](https://github.com/vim/vim/commit/00624a2fa08d04bdded240d474e9cfdc193dbe10): unused assignments when checking 'listchars'\n* [9.0.2125](https://github.com/vim/vim/commit/40ed6711bd385051021691980e8ce16375b4b510): File info disappears when 'cmdheight' has decreased\n* [9.0.2124](https://github.com/vim/vim/commit/2b0882fa6555b4d0197afbdfc32a4533cf6aacf4): INT overflow detection logic can be simplified\n* [9.0.2123](https://github.com/vim/vim/commit/df63da98d8dc284b1c76cfe1b17fa0acbd6094d8): Problem with initializing the length of range() lists

0 comments on commit 181d916

Please sign in to comment.