-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime(hcl,terraform): Add runtime files for HCL and Terraform * runtime(tmux): Update syntax script * 9.1.0715: Not correctly parsing color names (after v9.1.0709)
- Loading branch information
1 parent
56cba0d
commit 4537c69
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.0714](https://github.com/vim/vim/commit/eccc92792ae45fd706b7d8958fd6c23e0e194161): tests: GuiEnter\_Turkish test may fail\n* [9.1.0713](https://github.com/vim/vim/commit/2432b4a75321a1a9ac0f9b326c7e46d38bdb71bb): Newline causes E749 in Ex mode\n* [9.1.0712](https://github.com/vim/vim/commit/3db32d2e7ffb4184c0996c1df6b9c09054074d26): tests: missing dependency of Test\_gettext\_makefile\n* [9.1.0711](https://github.com/vim/vim/commit/06ed634db154a8fc70185f83a3ca097e4d698b6a): tests: test\_xxd may file when using different xxd\n* [9.1.0710](https://github.com/vim/vim/commit/f00f4d9cceb5251aefa0407922d31e7d50e6db14): popup window may hide part of Command line\n* [runtime(vim): Update syntax, improve user-command matching](https://github.com/vim/vim/commit/3c07eb0c6730c258c6955ce8458cf911245c1617)\n* [9.1.0709](https://github.com/vim/vim/commit/84e3175c4e70486b52e15cc6c40095fa311c1107): GUIEnter event not found in Turkish locale\n* [runtime(sudoers): improve recognized Runas\_Spec and Tag\_Spec items](https://github.com/vim/vim/commit/bd69b39514f1fec45a5ac76cd36db5dec2faebe2) | ||
* [runtime(hcl,terraform): Add runtime files for HCL and Terraform](https://github.com/vim/vim/commit/150b5078ac886519083576124090489c3a21bd3b)\n* [runtime(tmux): Update syntax script](https://github.com/vim/vim/commit/315b6f7b73edfffe4c6e4b0a4d620707489f7315)\n* [9.1.0715](https://github.com/vim/vim/commit/fa16e4351afd8f639428b09aa6a04c213683e9c2): Not correctly parsing color names (after v9.1.0709) |
Submodule vim
updated
12 files
+6 −0 | .github/MAINTAINERS | |
+40 −0 | runtime/autoload/hcl.vim | |
+10 −0 | runtime/ftplugin/hcl.vim | |
+16 −0 | runtime/indent/hcl.vim | |
+11 −0 | runtime/indent/terraform.vim | |
+66 −0 | runtime/syntax/hcl.vim | |
+17 −0 | runtime/syntax/terraform.vim | |
+2 −2 | runtime/syntax/tmux.vim | |
+4 −4 | src/highlight.c | |
+10 −0 | src/misc2.c | |
+1 −0 | src/proto/misc2.pro | |
+2 −0 | src/version.c |