-
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 a40e1687e...2025af165 (4): > patch 9.0.2160: instanceof() should use varargs as second arg > CI: bump actions/labeler from 4 to 5 (#13658) > runtime(vim): Update syntax file, fix missing for highlight (#13668) > patch 9.0.2159: screenpos() may crash with neg. column https://github.com/vim/vim-appimage/actions/runs/7189198296
- Loading branch information
1 parent
8466e8a
commit 425cac6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+1 −1 | .github/workflows/label.yml | |
+4 −4 | runtime/doc/builtin.txt | |
+2 −2 | runtime/syntax/testdir/dumps/vim_variables_07.dump | |
+2 −2 | runtime/syntax/testdir/dumps/vim_variables_99.dump | |
+1 −0 | runtime/syntax/vim.vim | |
+6 −6 | src/errors.h | |
+33 −11 | src/evalfunc.c | |
+2 −0 | src/move.c | |
+1 −1 | src/proto/typval.pro | |
+5 −0 | src/testdir/test_cursor_func.vim | |
+5 −5 | src/testdir/test_vim9_assign.vim | |
+4 −4 | src/testdir/test_vim9_builtin.vim | |
+71 −4 | src/testdir/test_vim9_class.vim | |
+13 −3 | src/testdir/test_vim9_typealias.vim | |
+9 −6 | src/typval.c | |
+4 −0 | src/version.c | |
+11 −32 | src/vim9class.c |