-
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
11 files
+5 −4 | runtime/filetype.vim | |
+3 −3 | runtime/ftplugin/dockerfile.vim | |
+17 −0 | runtime/syntax/apkbuild.vim | |
+1 −2 | runtime/syntax/dockerfile.vim | |
+12 −1 | src/eval.c | |
+31 −40 | src/popupmenu.c | |
+1 −0 | src/structs.h | |
+3 −2 | src/testdir/test_filetype.vim | |
+42 −0 | src/testdir/test_vim9_assign.vim | |
+8 −0 | src/version.c | |
+28 −1 | src/vim9execute.c |