-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.0.2048: python: uninitialized warning * 9.0.2047: perl: warning about inconsistent dll linkage * 9.0.2046: win32,python: warning that MS_WIN64 got re-defined * 9.0.2045: tests: checking for swap files takes time * 9.0.2044: Vim9: exceptions confuse defered functions * runtime(systemd): allow for overriding systemd ftplugin settings (#13373)
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [9.0.2043](https://github.com/vim/vim/commit/96952b2e98cb5f05bc3b3adfb0029056f39cffef): Vim9: issue with funcref assignmentand varargs\n* [9.0.2042](https://github.com/vim/vim/commit/c290009e99405024a0d91ec7fab21ac7111c421b): Test\_cq\_zero\_exmode fails without channel feature\n* [9.0.2041](https://github.com/vim/vim/commit/8079917447e7436dccc2e4cd4a4a56ae0a4712f2): trim(): hard to use default mask\n* [runtime(json5): include syntax script for json5 (#13356)](https://github.com/vim/vim/commit/5a33ce2a661fb836d4c5c489f2a850172a23e0b0)\n* [9.0.2040](https://github.com/vim/vim/commit/6e6386716f9494ae86027c6d34f657fd03dfec42): trim(): hard to use default mask\n* [9.0.2039](https://github.com/vim/vim/commit/2e3cd52fa02b1a208c97992b1bca3b04f7be66d4): completion shows current word after completion restart\n* [9.0.2038](https://github.com/vim/vim/commit/f3eac695bfe3453fe2a8b980601c55835406f14b): Vim9: object method funcref not cleaned up after use\n* [9.0.2037](https://github.com/vim/vim/commit/209ec90b9b9bd948d76511c9cd2b17f47a97afe6): A few remaining cmdline completion issues with C-E/Y\n* [9.0.2036](https://github.com/vim/vim/commit/396058acd0cc66e5071d052e03d2067b134952af): if\_python: rework python3.12 build dependency\n* [9.0.2035](https://github.com/vim/vim/commit/8f4fb007e4d472b09ff6bed9ffa485e0c3093699): \[security\] use-after-free with wildmenu\n* [9.0.2034](https://github.com/vim/vim/commit/5a679b2263f597950f99c60a99d4d1a192e9f639): don't try to copy SMACK attribute, when none exist\n* [9.0.2033](https://github.com/vim/vim/commit/215c3261a25f7a99e8711a3b3c6158119c6aea9e): gcc overflow-warning for f\_resolve\n* [runtime: Fix more typos (#13354)](https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a) | ||
* [9.0.2048](https://github.com/vim/vim/commit/982ef16059bd163a77271107020defde0740bbd6): python: uninitialized warning\n* [9.0.2047](https://github.com/vim/vim/commit/2b126a6892b485bc9924464fabdf2313e1100aa9): perl: warning about inconsistent dll linkage\n* [9.0.2046](https://github.com/vim/vim/commit/436f39390f0a5d4c4877edcf69b469987d706f3c): win32,python: warning that MS\_WIN64 got re-defined\n* [9.0.2045](https://github.com/vim/vim/commit/a0e1f06f04da3444e278ddf47e2ea3d5857a7dec): tests: checking for swap files takes time\n* [9.0.2044](https://github.com/vim/vim/commit/0672595fd50e9ae668676a40e28ebf66d7f52392): Vim9: exceptions confuse defered functions\n* [runtime(systemd): allow for overriding systemd ftplugin settings (#13373)](https://github.com/vim/vim/commit/5036e698520b2c39e4df5738f026a68ba2e76fef) |
Submodule vim
updated
10 files
+4 −3 | runtime/ftplugin/systemd.vim | |
+0 −3 | src/Make_cyg_ming.mak | |
+7 −2 | src/if_perl.xs | |
+3 −2 | src/if_python3.c | |
+14 −8 | src/testdir/runtest.vim | |
+26 −0 | src/testdir/test_user_func.vim | |
+29 −0 | src/testdir/test_vim9_script.vim | |
+15 −0 | src/userfunc.c | |
+10 −0 | src/version.c | |
+15 −0 | src/vim9execute.c |