-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0610: filetype: OpenGL Shading Language files are not detected * runtime(netrw): Fix endless recursion in netrw#Explore() * 9.1.0609: outdated comments in Makefile * runtime(mysql): update syntax script * runtime(yaml): Fix flow mapping key detection
- Loading branch information
1 parent
610945c
commit a116118
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [runtime(mysql): update syntax script](https://github.com/vim/vim/commit/6e37575760022be047cad0e1cf1e30c18fab21ad)\n* [runtime(yaml): Fix flow mapping key detection](https://github.com/vim/vim/commit/aa495124f80812b9c8c1942e6c4f9ce2242ea01f) | ||
* [9.1.0610](https://github.com/vim/vim/commit/e4b991ed36f96dd01c6d75e46a04fd1a99180e58): filetype: OpenGL Shading Language files are not detected\n* [runtime(netrw): Fix endless recursion in netrw#Explore()](https://github.com/vim/vim/commit/9d57ea5cd3a23af02c72c0e86fe24b7bba57189a)\n* [9.1.0609](https://github.com/vim/vim/commit/4c3616d7a2c8c3b828e4d4ebbcd43e4a22154262): outdated comments in Makefile\n* [runtime(mysql): update syntax script](https://github.com/vim/vim/commit/6e37575760022be047cad0e1cf1e30c18fab21ad)\n* [runtime(yaml): Fix flow mapping key detection](https://github.com/vim/vim/commit/aa495124f80812b9c8c1942e6c4f9ce2242ea01f) |
Submodule vim
updated
9 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 | |
+2 −4 | src/Makefile | |
+2 −2 | src/testdir/test_filetype.vim | |
+4 −0 | src/version.c |