comparison src/testdir/test_filetype.vim @ 29485:7355529ee87f v9.0.0084

patch 9.0.0084: using "terraform" filetype for .tfvars file is bad Commit: https://github.com/vim/vim/commit/15b87b6610bfce0c6296bbbad019c944f88a74ca Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 26 19:18:28 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 20:30:03 +0200
parents 27ebab59172e
children 6c1e06abff2c
comparison
equal deleted inserted replaced
29484:c0d059f400ce 29485:7355529ee87f
547 \ 'tcl': ['file.tcl', 'file.tm', 'file.tk', 'file.itcl', 'file.itk', 'file.jacl', '.tclshrc', 'tclsh.rc', '.wishrc'], 547 \ 'tcl': ['file.tcl', 'file.tm', 'file.tk', 'file.itcl', 'file.itk', 'file.jacl', '.tclshrc', 'tclsh.rc', '.wishrc'],
548 \ 'teal': ['file.tl'], 548 \ 'teal': ['file.tl'],
549 \ 'template': ['file.tmpl'], 549 \ 'template': ['file.tmpl'],
550 \ 'teraterm': ['file.ttl'], 550 \ 'teraterm': ['file.ttl'],
551 \ 'terminfo': ['file.ti'], 551 \ 'terminfo': ['file.ti'],
552 \ 'terraform': ['file.tfvars'], 552 \ 'terraform-vars': ['file.tfvars'],
553 \ 'tex': ['file.latex', 'file.sty', 'file.dtx', 'file.ltx', 'file.bbl'], 553 \ 'tex': ['file.latex', 'file.sty', 'file.dtx', 'file.ltx', 'file.bbl'],
554 \ 'texinfo': ['file.texinfo', 'file.texi', 'file.txi'], 554 \ 'texinfo': ['file.texinfo', 'file.texi', 'file.txi'],
555 \ 'texmf': ['texmf.cnf'], 555 \ 'texmf': ['texmf.cnf'],
556 \ 'text': ['file.text', 'file.txt', 'README', 'LICENSE', 'COPYING', 'AUTHORS', '/usr/share/doc/bash-completion/AUTHORS', '/etc/apt/apt.conf.d/README', '/etc/Muttrc.d/README'], 556 \ 'text': ['file.text', 'file.txt', 'README', 'LICENSE', 'COPYING', 'AUTHORS', '/usr/share/doc/bash-completion/AUTHORS', '/etc/apt/apt.conf.d/README', '/etc/Muttrc.d/README'],
557 \ 'tf': ['file.tf', '.tfrc', 'tfrc'], 557 \ 'tf': ['file.tf', '.tfrc', 'tfrc'],