-
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(chordpro): update syntax script * 9.1.0983: not able to get the displayed items in complete_info() * runtime(doc): use standard SGR format at :h xterm-true-color * 9.1.0982: TI linker files are not recognized
- Loading branch information
1 parent
a500277
commit 0ea9c6b
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(vim): update vim generator syntax script](https://github.com/vim/vim/commit/f27e80a6e183a617dd885311871fd4eaa6075d16)\n* [9.1.0981](https://github.com/vim/vim/commit/2bee7e43e137bcef62e6872791e2be7ce9c32703): tests: typo in test\_filetype.vim\n* [9.1.0980](https://github.com/vim/vim/commit/810785c6890ef0a1cd2428410c8488cacfbac77b): no support for base64 en-/decoding functions in Vim Script\n* [syntax(sh): Improve the recognition of bracket expressions](https://github.com/vim/vim/commit/48fa3198b7118023fea4b15015a97c920887eb07)\n* [runtime(doc): mention how NUL bytes are handled](https://github.com/vim/vim/commit/6de7191c31941b8be46dcf81c0ab71ad1285ab66)\n* [9.1.0979](https://github.com/vim/vim/commit/80ed8b87614138a79bdd50c4b4199c0084601e04): VMS: type warning with $XDG\_VIMRC\_FILE\n* [9.1.0978](https://github.com/vim/vim/commit/2e1f757f7b52a00b77eb19648b7ea46e932eff2b): GUI tests sometimes fail when setting 'scroll' options\n* [9.1.0977](https://github.com/vim/vim/commit/32b7e3a8c99d369b02154df74cbe42a37c7c7e68): filetype: msbuild filetypes are not recognized\n* [9.1.0976](https://github.com/vim/vim/commit/ab9a8947d73c09981b966d3994f0a9298b8b5674): Vim9: missing return statement with throw\n* [9.1.0975](https://github.com/vim/vim/commit/b0206e9fb58c8a1c0e0b032f11ce056952182786): Vim9: interpolated string expr not working in object methods\n* [9.1.0974](https://github.com/vim/vim/commit/df4b3ca5dc26689d866c0a743ab835917f4cd6b7): typo in change of commit v9.1.0873 | ||
* [runtime(chordpro): update syntax script](https://github.com/vim/vim/commit/8dc98bf427d62501d9ecbb48d20ae2633c3db187)\n* [9.1.0983](https://github.com/vim/vim/commit/d4088edae21659e14ab5f763c820f4eab9d36981): not able to get the displayed items in complete\_info()\n* [runtime(doc): use standard SGR format at :h xterm-true-color](https://github.com/vim/vim/commit/34e271b32111cca3245283b7f9de2fe821982510)\n* [9.1.0982](https://github.com/vim/vim/commit/39a4eb0b2ca901b59800fad086550053556e59dc): TI linker files are not recognized |
Submodule vim
updated
13 files
+8 −3 | runtime/doc/builtin.txt | |
+2 −1 | runtime/doc/insert.txt | |
+6 −5 | runtime/doc/term.txt | |
+3 −1 | runtime/doc/version9.txt | |
+11 −3 | runtime/filetype.vim | |
+14 −0 | runtime/ftplugin/lnk.vim | |
+2 −1 | runtime/syntax/chordpro.vim | |
+77 −0 | runtime/syntax/cmacro.vim | |
+40 −0 | runtime/syntax/lnk.vim | |
+20 −6 | src/insexpand.c | |
+21 −0 | src/testdir/test_filetype.vim | |
+44 −0 | src/testdir/test_ins_complete.vim | |
+4 −0 | src/version.c |