commit | 15b87b6610bfce0c6296bbbad019c944f88a74ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 19:18:28 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 19:18:28 2022 +0100 |
tree | 92873510f09663b1659444ed53a11f0169c9bc43 | |
parent | c9e8fd6fc7d2027d0645b376d95a6ed51098036c [diff] [blame] |
patch 9.0.0084: using "terraform" filetype for .tfvars file is bad Problem: Using "terraform" filetype for .tfvars file is bad. Solution: use "terraform-vars", so that different completion and other mechanisms can be used. (Radek Simko, closes #10755)
diff --git a/src/version.c b/src/version.c index 7f4b42d..03b65d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 84, +/**/ 83, /**/ 82,