-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim fda700cb0...abfa13ebe (7): > patch 9.0.2143: [security]: buffer-overflow in ex_substitute > patch 9.0.2142: [security]: stack-buffer-overflow in option callback functions > patch 9.0.2141: [security]: buffer-overflow in suggest_trie_walk > patch 9.0.2140: [security]: use-after-free in win-enter > CI: check that all files are listed in Filelist (#13601) > patch 9.0.2139: html.angular ft is problematic > CI: disable the test_terminal_resize() test for GH CI in GUI (#13603) https://github.com/vim/vim-appimage/actions/runs/7066879600
- Loading branch information
1 parent
63e202e
commit 928366c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
21 files
+6 −0 | .github/workflows/ci.yml | |
+14 −0 | Filelist | |
+49 −0 | ci/unlisted.make | |
+0 −3 | runtime/filetype.vim | |
+2 −2 | src/ex_cmds.c | |
+1 −1 | src/map.c | |
+8 −6 | src/option.c | |
+2 −0 | src/option.h | |
+37 −22 | src/optionstr.c | |
+2 −2 | src/proto/optionstr.pro | |
+7 −0 | src/spellsuggest.c | |
+2 −0 | src/structs.h | |
+1 −0 | src/testdir/crash/poc_did_set_langmap | |
+ − | src/testdir/crash/poc_ex_substitute | |
+ − | src/testdir/crash/poc_suggest_trie_walk | |
+ − | src/testdir/crash/poc_win_enter_ext | |
+36 −1 | src/testdir/test_crash.vim | |
+1 −2 | src/testdir/test_filetype.vim | |
+4 −0 | src/testdir/test_terminal2.vim | |
+10 −0 | src/version.c | |
+6 −0 | src/window.c |