]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0084: using "terraform" filetype for .tfvars file is bad v9.0.0084
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 18:18:28 +0000 (19:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jul 2022 18:18:28 +0000 (19:18 +0100)
commit15b87b6610bfce0c6296bbbad019c944f88a74ca
tree92873510f09663b1659444ed53a11f0169c9bc43
parentc9e8fd6fc7d2027d0645b376d95a6ed51098036c
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)
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c