-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
17 files
+2 −2 | .github/workflows/ci.yml | |
+38 −18 | runtime/doc/builtin.txt | |
+1 −4 | runtime/doc/todo.txt | |
+2 −0 | runtime/doc/version9.txt | |
+2 −1 | src/errors.h | |
+17 −2 | src/evalfunc.c | |
+58 −28 | src/getchar.c | |
+3 −0 | src/insexpand.c | |
+2 −0 | src/proto/typval.pro | |
+128 −0 | src/testdir/test_functions.vim | |
+8 −0 | src/testdir/test_ins_complete.vim | |
+2 −2 | src/testdir/test_terminal2.vim | |
+69 −0 | src/testdir/test_user_func.vim | |
+13 −5 | src/testdir/test_vim9_builtin.vim | |
+26 −0 | src/typval.c | |
+14 −16 | src/userfunc.c | |
+12 −0 | src/version.c |