-
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.
* runtime(doc): mention auto-format using clang-format for sound.c/sign.c * runtime(help): fix typo s/additional/arbitrary/ * runtime(help): Add better support for language annotation highlighting * 9.1.0961: filetype: TI gel files are not recognized * 9.1.0960: filetype: hy history files are not recognized * translation(fi): Fix typoes in Finish menu translation * 9.1.0959: Coverity complains about type conversion * runtime(vim): Use supported syntax in indent tests
- Loading branch information
1 parent
d74b717
commit 3578bdd
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.0958](https://github.com/vim/vim/commit/e62d93ead10b4c5818e3c0b7551f1784d24bfe33): filetype: supertux2 config files detected as lisp\n* [9.1.0957](https://github.com/vim/vim/commit/084529c03dd3e74c0d4f46a93f76e33789ac112e): MS-Windows: conversion warnings\n* [9.1.0956](https://github.com/vim/vim/commit/8d0bb6dc9f2e5d94ebb59671d592c1b7fa325ca6): completion may crash, completion highlight wrong with preview window | ||
* [runtime(doc): mention auto-format using clang-format for sound.c/sign.c](https://github.com/vim/vim/commit/de6a313014ca4bc5316bd077e44fd856b15c5901)\n* [runtime(help): fix typo s/additional/arbitrary/](https://github.com/vim/vim/commit/ae01b96004e2ea38eaca2f72e3332762c9b05601)\n* [runtime(help): Add better support for language annotation highlighting](https://github.com/vim/vim/commit/5ddcecf05febcdd374f47bea856830c3b6d1bff8)\n* [9.1.0961](https://github.com/vim/vim/commit/9360de9027aa286e802363ede59c9e97025ae123): filetype: TI gel files are not recognized\n* [9.1.0960](https://github.com/vim/vim/commit/a32daed55933df49a7aed571cc6e400ae01c7976): filetype: hy history files are not recognized\n* [translation(fi): Fix typoes in Finish menu translation](https://github.com/vim/vim/commit/b6ab33bdb2fa51f7c49f01b5b10b580f67ceafdc)\n* [9.1.0959](https://github.com/vim/vim/commit/00d3459ea66438f4bdf3ca37df25c85e864d256a): Coverity complains about type conversion\n* [runtime(vim): Use supported syntax in indent tests](https://github.com/vim/vim/commit/9739086de2ff2f894671668be20e335cad3fba3b) |
Submodule vim
updated
18 files
+7 −1 | runtime/doc/develop.txt | |
+30 −9 | runtime/doc/helphelp.txt | |
+3 −3 | runtime/doc/os_dos.txt | |
+3 −0 | runtime/doc/tags | |
+8 −2 | runtime/filetype.vim | |
+13 −0 | runtime/ftplugin/gel.vim | |
+9 −9 | runtime/indent/testdir/vim.in | |
+10 −10 | runtime/indent/testdir/vim.ok | |
+3 −3 | runtime/lang/menu_fi_fi.latin1.vim | |
+19 −0 | runtime/syntax/gel.vim | |
+24 −14 | runtime/syntax/help.vim | |
+3 −3 | src/ex_docmd.c | |
+28 −26 | src/filepath.c | |
+2 −2 | src/if_cscope.c | |
+1 −1 | src/option.c | |
+1 −1 | src/proto/filepath.pro | |
+3 −1 | src/testdir/test_filetype.vim | |
+6 −0 | src/version.c |