-
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 367499c5c...7d755d8ef (8): > patch 9.1.0781: tests: test_filetype fails > patch 9.1.0780: MS-Windows: incorrect Win32 error checking > patch 9.1.0779: filetype: neomuttlog files are not recognized > patch 9.1.0778: filetype: lf config files are not recognized > runtime(comment): fix commment toggle with mixed tabs & spaces > runtime(misc): Use consistent "Vim script" spelling > runtime(gleam): add ftplugin for gleam files > runtime(doc): link help-writing from write-local-help https://github.com/vim/vim-appimage/actions/runs/11319302084
- Loading branch information
1 parent
e2f58ee
commit 98f4f52
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
23 files
+2 −0 | .github/MAINTAINERS | |
+1 −1 | runtime/autoload/getscript.vim | |
+2 −2 | runtime/doc/editing.txt | |
+21 −1 | runtime/doc/syntax.txt | |
+7 −0 | runtime/doc/tags | |
+3 −2 | runtime/doc/usr_51.txt | |
+6 −0 | runtime/filetype.vim | |
+16 −0 | runtime/ftplugin/gleam.vim | |
+1 −1 | runtime/menu.vim | |
+12 −10 | runtime/pack/dist/opt/comment/autoload/comment.vim | |
+1 −1 | runtime/pack/dist/opt/comment/doc/comment.txt | |
+1 −1 | runtime/pack/dist/opt/editorconfig/autoload/editorconfig.vim | |
+1 −1 | runtime/pack/dist/opt/editorconfig/doc/editorconfig.txt | |
+1 −1 | runtime/pack/dist/opt/editorconfig/plugin/editorconfig.vim | |
+236 −0 | runtime/syntax/lf.vim | |
+1 −1 | runtime/syntax/modula2/opt/r10.vim | |
+69 −0 | runtime/syntax/neomuttlog.vim | |
+366 −335 | runtime/syntax/neomuttrc.vim | |
+18 −16 | src/os_win32.c | |
+1 −1 | src/testdir/script_util.vim | |
+1 −1 | src/testdir/test_expr.vim | |
+3 −1 | src/testdir/test_filetype.vim | |
+8 −0 | src/version.c |