-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vim ad409876d...5eaacef18 (8): > tests: Load screendump files with "git vimdumps" > patch 9.1.1006: PmenuMatch completion highlight can be combined > patch 9.1.1005: completion text is highlighted even with no pattern found > patch 9.1.1004: tests: a few termdebug tests are flaky > patch 9.1.1003: [security]: heap-buffer-overflow with visual mode > runtime(doc): add package-<name> helptags for included packages > patch 9.1.1002: Vim9: unknown func error with interface declaring func var > runtime(filetype): don't detect string interpolation as angular https://github.com/vim/vim-appimage/actions/runs/12729165774
- Loading branch information
1 parent
0e23680
commit 415de0d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
26 files
+2 −2 | runtime/autoload/dist/ft.vim | |
+3 −3 | runtime/doc/helphelp.txt | |
+3 −3 | runtime/doc/quickfix.txt | |
+5 −3 | runtime/doc/syntax.txt | |
+12 −0 | runtime/doc/tags | |
+8 −2 | runtime/doc/terminal.txt | |
+8 −1 | runtime/doc/usr_02.txt | |
+5 −5 | runtime/doc/usr_05.txt | |
+4 −4 | runtime/doc/usr_25.txt | |
+3 −0 | runtime/syntax/testdir/README.txt | |
+4 −0 | src/arglist.c | |
+1 −1 | src/insexpand.c | |
+4 −0 | src/misc1.c | |
+2 −1 | src/ops.c | |
+5 −0 | src/popupmenu.c | |
+2 −0 | src/testdir/README.txt | |
+109 −1 | src/testdir/commondumps.vim | |
+20 −0 | src/testdir/dumps/Test_pum_highlights_18.dump | |
+20 −0 | src/testdir/dumps/Test_pum_matchins_combine_09.dump | |
+17 −0 | src/testdir/test_popup.vim | |
+2 −0 | src/testdir/test_termdebug.vim | |
+25 −0 | src/testdir/test_vim9_class.vim | |
+25 −0 | src/testdir/test_vim9_disassemble.vim | |
+22 −4 | src/testdir/test_visual.vim | |
+10 −0 | src/version.c | |
+9 −2 | src/vim9expr.c |