-
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 47416d1a7...0ab500ded (4): > patch 9.0.2059: outstanding exceptions may be skipped > patch 9.0.2058: tests: avoid error when no swap files exist > patch 9.0.2057: Vim9: no strict type checks for funcrefs varargs > matchparen: do not use hard-coded match id (#13393) https://github.com/vim/vim-appimage/actions/runs/6600687626
- Loading branch information
1 parent
fac66f0
commit 0219632
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+6 −5 | runtime/doc/pattern.txt | |
+1 −0 | runtime/doc/tags | |
+2 −1 | runtime/doc/userfunc.txt | |
+21 −1 | runtime/doc/vim9.txt | |
+2 −1 | runtime/doc/vim9class.txt | |
+12 −5 | runtime/plugin/matchparen.vim | |
+10 −5 | src/ex_eval.c | |
+1 −0 | src/structs.h | |
+1 −1 | src/testdir/runtest.vim | |
+61 −0 | src/testdir/test_user_func.vim | |
+3 −3 | src/testdir/test_vim9_assign.vim | |
+36 −9 | src/testdir/test_vim9_class.vim | |
+2 −2 | src/testdir/test_vim9_func.vim | |
+58 −0 | src/testdir/test_vim9_script.vim | |
+6 −0 | src/version.c | |
+1 −2 | src/vim9class.c | |
+9 −0 | src/vim9type.c |