commit | bd8168c7705e315827642f2976ec59e26b7fe009 | [log] [tgz] |
---|---|---|
author | =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> | Fri Jan 28 14:15:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 28 14:15:09 2022 +0000 |
tree | 804c303b3236ccf80ad03a3d891642cd76c8d5ee | |
parent | fbf4f1ca159028382eaeb3bfc31bb6bb96dbb67a [diff] [blame] |
patch 8.2.4238: *.tf file could be fileytpe "tf" or "terraform" Problem: *.tf file could be fileytpe "tf" or "terraform". Solution: Detect the type from the file contents. (closes #9642)
diff --git a/src/version.c b/src/version.c index 04afe95..fa2c419 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4238, +/**/ 4237, /**/ 4236,