-
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 e74cad332...4b5cd7257 (9): > patch 9.1.0318: filetype: translate shell config files are not recognized > patch 9.1.0317: filetype: matplotlibrc files are not recognized > runtime(vim): Update base-syntax, add legacy header folding > patch 9.1.0316: filetype: some sh and confini files not recognized > patch 9.1.0315: filetype: a few more dosini files are not recognized > runtime(i3config): Line continuation is not detected for 'set' command (#14531) > patch 9.1.0314: Vim9: Can define a class in a function > runtime(go): fix highlighting import string followed by some comment (#14538) > patch 9.1.0313: Crash when using heredoc with comment in command block https://github.com/vim/vim-appimage/actions/runs/8677467405
- Loading branch information
1 parent
c0d261b
commit ac9e7d4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+4 −1 | runtime/doc/syntax.txt | |
+1 −0 | runtime/doc/tags | |
+1 −2 | runtime/doc/vim9.txt | |
+2 −2 | runtime/doc/vim9class.txt | |
+42 −5 | runtime/filetype.vim | |
+16 −7 | runtime/syntax/generator/vim.vim.base | |
+2 −2 | runtime/syntax/go.vim | |
+1 −1 | runtime/syntax/i3config.vim | |
+20 −0 | runtime/syntax/testdir/dumps/vim9_legacy_header_fold_00.dump | |
+20 −0 | runtime/syntax/testdir/dumps/vim9_legacy_header_fold_99.dump | |
+17 −0 | runtime/syntax/testdir/input/vim9_legacy_header_fold.vim | |
+16 −7 | runtime/syntax/vim.vim | |
+0 −11 | src/charset.c | |
+6 −4 | src/errors.h | |
+10 −9 | src/evalvars.c | |
+0 −1 | src/proto/charset.pro | |
+16 −6 | src/testdir/test_filetype.vim | |
+24 −5 | src/testdir/test_let.vim | |
+21 −8 | src/testdir/test_vim9_class.vim | |
+16 −0 | src/testdir/test_vim9_script.vim | |
+12 −0 | src/version.c | |
+6 −0 | src/vim9class.c | |
+4 −1 | src/vim9compile.c |