-
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 663d18d61...cd96075cd (9): > runtime(java): Quietly opt out for unsupported markdown.vim versions > runtime(vim): fix failing vim syntax test > patch 9.1.0988: Vim9: no error when using uninitialized var in new() > runtime(doc): update index.txt > patch 9.1.0987: filetype: cake files are not recognized > patch 9.1.0986: filetype: 'jj' filetype is a bit imprecise > runtime(jj): Support diffs in jj syntax > runtime(vim): Update matchit pattern, no Vim9 short names > patch 9.1.0985: Vim9: some ex commands can be shortened https://github.com/vim/vim-appimage/actions/runs/12606072977
- Loading branch information
1 parent
3a8ff55
commit d65ed4b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
20 files
+2 −2 | .github/MAINTAINERS | |
+5 −5 | runtime/doc/index.txt | |
+2 −2 | runtime/filetype.vim | |
+0 −0 | runtime/ftplugin/jjdescription.vim | |
+4 −4 | runtime/ftplugin/vim.vim | |
+52 −5 | runtime/syntax/generator/gen_syntax_vim.vim | |
+1 −1 | runtime/syntax/generator/vim.vim.base | |
+23 −10 | runtime/syntax/java.vim | |
+5 −1 | runtime/syntax/jjdescription.vim | |
+1 −1 | runtime/syntax/testdir/dumps/vim_ex_commands_65.dump | |
+2 −2 | runtime/syntax/testdir/dumps/vim_ex_commands_66.dump | |
+10 −10 | runtime/syntax/vim.vim | |
+3 −1 | src/errors.h | |
+3 −3 | src/ex_cmds.h | |
+2 −2 | src/testdir/test_filetype.vim | |
+140 −0 | src/testdir/test_vim9_class.vim | |
+7 −0 | src/testdir/test_vim9_typealias.vim | |
+8 −0 | src/version.c | |
+1 −0 | src/vim9class.c | |
+25 −0 | src/vim9execute.c |