-
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 33c1da7ff...4f174f0de (9): > runtime(dist): add legacy version for central vim library > runtime(dist): centralize safe executable check and add vim library (#13413) > runtime(doc): clarify terminal capabilities for focus reporting > patch 9.0.2090: complete_info() skips entries with 'noselect' > runtime(doc): Add Makefile for the Vim documentation on Windows (#13467) > patch 9.0.2089: sound_playfile() fails when using powershell > patch 9.0.2088: Vim9: still allows abstract static methods > runtime(sh): Update sh syntax and add shDerefOffset to shDerefVarArray for bash (#13480) > runtime(script.vim): make strace ft check less strict (#13482) https://github.com/vim/vim-appimage/actions/runs/6758195040
- Loading branch information
1 parent
5c44d04
commit 5a5b67e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+1 −1 | runtime/autoload/dist/script.vim | |
+30 −0 | runtime/autoload/dist/vim.vim | |
+17 −0 | runtime/autoload/dist/vim9.vim | |
+1 −4 | runtime/autoload/gzip.vim | |
+1 −5 | runtime/autoload/zip.vim | |
+15 −331 | runtime/doc/Makefile | |
+338 −0 | runtime/doc/makefile_all.mak | |
+460 −0 | runtime/doc/makefile_mvc.mak | |
+8 −3 | runtime/doc/term.txt | |
+35 −14 | runtime/doc/test_urls.vim | |
+13 −3 | runtime/doc/vim2html.pl | |
+2 −2 | runtime/ftplugin/awk.vim | |
+2 −2 | runtime/ftplugin/changelog.vim | |
+1 −6 | runtime/ftplugin/perl.vim | |
+1 −4 | runtime/ftplugin/zig.vim | |
+1 −1 | runtime/syntax/sh.vim | |
+1 −1 | src/Make_mvc.mak | |
+1 −1 | src/insexpand.c | |
+9 −11 | src/sound.c | |
+3 −2 | src/testdir/test_ins_complete.vim | |
+7 −9 | src/testdir/test_vim9_class.vim | |
+6 −0 | src/version.c | |
+7 −7 | src/vim9class.c |