-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.0.2149: [security]: use-after-free in exec_instructions() * 9.0.2148: Vim does not detect pacman.log file * runtime(doc): reference 'go-!' inside os_win32.txt for !start * 9.0.2147: Type check tests fail without the channel feature
- 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.2146](https://github.com/vim/vim/commit/0d0b3b19517c321b089d637919e88e49a07a3d85): text-property without type errors when joining\n* [9.0.2145](https://github.com/vim/vim/commit/5b4d1fcbf06757bae32a894871b9a649c84eba7f): wrong scrolling in insert mode with smoothscroll\n* [9.0.2144](https://github.com/vim/vim/commit/4e26a9aab6ad0ceb6bab0fd70e1031abb429f233): Text properties causes wrong line wrapping\n* [CI: disable the test\_terminal\_resize2() test for GH CI in gui mode (#13615)](https://github.com/vim/vim/commit/c089c3816b7109a6f12bd8e7bdd7cba071ce840d) | ||
* [9.0.2149](https://github.com/vim/vim/commit/5dd41d4b6370b7b7d09d691f9252b3899c66102a): \[security\]: use-after-free in exec\_instructions()\n* [9.0.2148](https://github.com/vim/vim/commit/1e5d66408ef85c750a5af03bbf5cc19b5de7a6bc): Vim does not detect pacman.log file\n* [runtime(doc): reference 'go-!' inside os\_win32.txt for !start](https://github.com/vim/vim/commit/ca2eca7c79bbb1afe4c4bb0a4ed8b18c72d581bf)\n* [9.0.2147](https://github.com/vim/vim/commit/3ee25965e4fbf9f44f5fc31d6a827638e409c6f8): Type check tests fail without the channel feature |
Submodule vim
updated
11 files
+1 −0 | .github/CODEOWNERS | |
+5 −2 | runtime/doc/os_win32.txt | |
+3 −0 | runtime/filetype.vim | |
+41 −0 | runtime/syntax/pacmanlog.vim | |
+1 −1 | src/option.c | |
+ − | src/testdir/crash/poc_uaf_exec_instructions | |
+25 −14 | src/testdir/test_crash.vim | |
+1 −0 | src/testdir/test_filetype.vim | |
+45 −30 | src/testdir/test_vim9_assign.vim | |
+6 −0 | src/version.c | |
+14 −0 | src/vim9execute.c |