-
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 d887fb81b...e4b991ed3 (5): > patch 9.1.0610: filetype: OpenGL Shading Language files are not detected > runtime(netrw): Fix endless recursion in netrw#Explore() > patch 9.1.0609: outdated comments in Makefile > runtime(mysql): update syntax script > runtime(yaml): Fix flow mapping key detection https://github.com/vim/vim-appimage/actions/runs/10050769907
- Loading branch information
1 parent
9a64bb6
commit 602098b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vim
updated
18 files
+2 −0 | .github/MAINTAINERS | |
+6 −6 | runtime/autoload/netrw.vim | |
+1 −2 | runtime/doc/Makefile | |
+5 −3 | runtime/filetype.vim | |
+14 −0 | runtime/indent/glsl.vim | |
+752 −0 | runtime/syntax/glsl.vim | |
+169 −145 | runtime/syntax/mysql.vim | |
+2 −2 | runtime/syntax/testdir/dumps/yaml_01.dump | |
+1 −1 | runtime/syntax/testdir/dumps/yaml_03.dump | |
+1 −1 | runtime/syntax/testdir/dumps/yaml_04.dump | |
+4 −4 | runtime/syntax/testdir/dumps/yaml_05.dump | |
+6 −6 | runtime/syntax/testdir/dumps/yaml_06.dump | |
+5 −5 | runtime/syntax/testdir/dumps/yaml_07.dump | |
+4 −3 | runtime/syntax/testdir/input/yaml.yaml | |
+1 −1 | runtime/syntax/yaml.vim | |
+2 −4 | src/Makefile | |
+2 −2 | src/testdir/test_filetype.vim | |
+4 −0 | src/version.c |