-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.1.0781: tests: test_filetype fails * 9.1.0780: MS-Windows: incorrect Win32 error checking * 9.1.0779: filetype: neomuttlog files are not recognized * 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
- Loading branch information
1 parent
ab7ff96
commit 045cded
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 @@ | ||
* [9.1.0777](https://github.com/vim/vim/commit/367499c5c39057bca267716d9aad20554d4d83fd): filetype: Some upstream php files are not recognized\n* [runtime(java): Define javaBlockStart and javaBlockOtherStart hl groups](https://github.com/vim/vim/commit/05d0893ed8d991ed3fa23da7c7d4efe6ffd58798)\n* [runtime(doc): mention conversion rules for remote\_expr()](https://github.com/vim/vim/commit/1961cafc998e8c63f4f06b12b496c97c61cc3411)\n* [runtime(tutor): Fix missing :s command in spanish translation section 4.4](https://github.com/vim/vim/commit/eac806bf0b82fb15e45fa9a15ad071553715b617)\n* [9.1.0776](https://github.com/vim/vim/commit/ea997edc7aaa5bc1d645b57b6700e0b30c07acbd): test\_strftime may fail because of missing TZ data\n* [translation(am): Add Armenian language translation](https://github.com/vim/vim/commit/59086a25c4a724c13447aa421c993e5441a628f6)\n* [9.1.0775](https://github.com/vim/vim/commit/484facebe4a0fb775ad011a99ba007f55fc4f11a): tests: not enough tests for setting options | ||
* [9.1.0781](https://github.com/vim/vim/commit/7d755d8ef328a3eced18c57ea1b569898cc448a2): tests: test\_filetype fails\n* [9.1.0780](https://github.com/vim/vim/commit/b516598092b37be5b486373b44fbc5a26ef54540): MS-Windows: incorrect Win32 error checking\n* [9.1.0779](https://github.com/vim/vim/commit/a2aa921f767da17d4b619f41b7a1210c762c91e2): filetype: neomuttlog files are not recognized\n* [9.1.0778](https://github.com/vim/vim/commit/0f146b7925178a5bdfdc8e07642976f0b76d9612): filetype: lf config files are not recognized\n* [runtime(comment): fix commment toggle with mixed tabs & spaces](https://github.com/vim/vim/commit/f64bafd98a775de4b8a762c411ee11d6411bba7d)\n* [runtime(misc): Use consistent "Vim script" spelling](https://github.com/vim/vim/commit/a4205471adae39c80fb7f151a4f33051fcb80001)\n* [runtime(gleam): add ftplugin for gleam files](https://github.com/vim/vim/commit/6e918538b117c8c0b87a3d30300e8bbd073d652c)\n* [runtime(doc): link help-writing from write-local-help](https://github.com/vim/vim/commit/5dcee3c723b817fcd14c9abc7435e5cc4c0fc862) |
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 |