-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0652: too many strlen() calls in syntax.c * 9.1.0651: ex: trailing dot is optional for :g and :insert/:append * 9.1.0650: Coverity warning in cstrncmp() * 9.1.0649: Wrong comment for "len" argument of call_simple_func() * 9.1.0648: [security] double-free in dialog_changed() * 9.1.0647: [security] use-after-free in tagstack_clear_entry * runtime(doc): re-format tag example lines, mention ctags --list-kinds
- Loading branch information
1 parent
431b337
commit 680d206
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.1.0646](https://github.com/vim/vim/commit/164096927b8691085206dae3975766639a9a16e2): Vim9: imported function may not be found\n* [runtime(java): Document "g:java\_space\_errors" and "g:java\_comment\_strings"](https://github.com/vim/vim/commit/30a8ad675d183c15c47b42e37199e98e2f924d69)\n* [runtime(java): Cluster optional group definitions and their group links](https://github.com/vim/vim/commit/77b87c30d93dc2049a41c4ea5884f26612d7cd58)\n* [runtime(java): Tidy up the syntax file](https://github.com/vim/vim/commit/9aabcef1c8f61a7d4f2facf6a510ab6d4f2d52f3)\n* [runtime(java): Tidy up the documentation for "ft-java-syntax"](https://github.com/vim/vim/commit/3749dff093d8c3ba0cd34cebf42bd4d3d93afe26)\n* [runtime(colors): update habamax scheme - tweak diff/search/todo colors](https://github.com/vim/vim/commit/d88ebcbd9ff6e67c2e1ff2abf95f1782aaeed9e4)\n* [runtime(nohlsearch): add missing loaded\_hlsearch guard](https://github.com/vim/vim/commit/5753d99ff667d0feeff6b582bb7df9aaedd9a2cb)\n* [runtime(kivy): Updated maintainer info for syntax script](https://github.com/vim/vim/commit/56e8ed61629cebf737f637d843b9f4a397fbcc72) | ||
* [9.1.0652](https://github.com/vim/vim/commit/b4ea77185c7deeb6f7c8d5aa14f8c97a097e5dee): too many strlen() calls in syntax.c\n* [9.1.0651](https://github.com/vim/vim/commit/0214680a8ec5f7f656cb42e5db19243709202ed2): ex: trailing dot is optional for :g and :insert/:append\n* [9.1.0650](https://github.com/vim/vim/commit/e8feaa354e685e527198093904492f67c52c2302): Coverity warning in cstrncmp()\n* [9.1.0649](https://github.com/vim/vim/commit/c1ed788c1b41db9b5f1ef548dc877f771f535bbe): Wrong comment for "len" argument of call\_simple\_func()\n* [9.1.0648](https://github.com/vim/vim/commit/b29f4abcd4b3382fa746edd1d0562b7b48c9de60): \[security\] double-free in dialog\_changed()\n* [9.1.0647](https://github.com/vim/vim/commit/8a0bbe7b8aad6f8da28dee218c01bc8a0185a2d5): \[security\] use-after-free in tagstack\_clear\_entry\n* [runtime(doc): re-format tag example lines, mention ctags --list-kinds](https://github.com/vim/vim/commit/5b07213c0b365f2a7fcdd10c7e7cd00aae3560a5) |
Submodule vim
updated
14 files
+11 −9 | runtime/doc/tagsrch.txt | |
+1 −1 | src/eval.c | |
+3 −1 | src/ex_cmds.c | |
+4 −2 | src/ex_cmds2.c | |
+1 −1 | src/proto/userfunc.pro | |
+2 −2 | src/regexp.c | |
+67 −48 | src/syntax.c | |
+ − | src/testdir/crash/dialog_changed_uaf | |
+ − | src/testdir/crash/double_free | |
+12 −0 | src/testdir/test_crash.vim | |
+9 −0 | src/testdir/test_ex_mode.vim | |
+1 −1 | src/userfunc.c | |
+12 −0 | src/version.c | |
+1 −4 | src/window.c |