comparison src/testdir/test_filetype.vim @ 21719:40dca24258ff v8.2.1409

patch 8.2.1409: nmpmrc and php.ini filetypes not recognized Commit: https://github.com/vim/vim/commit/1e91eafc2e19b84ea44347ea929d2791d2fdd5e3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 19:32:39 2020 +0200 patch 8.2.1409: nmpmrc and php.ini filetypes not recognized Problem: Nmpmrc and php.ini filetypes not recognized. Solution: Add filetype detection. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 19:45:04 +0200
parents de74d764d36c
children c2c2e57562ee
comparison
equal deleted inserted replaced
21718:5bce7dda0ff2 21719:40dca24258ff
138 \ 'diff': ['file.diff', 'file.rej'], 138 \ 'diff': ['file.diff', 'file.rej'],
139 \ 'dircolors': ['.dir_colors', '.dircolors', '/etc/DIR_COLORS'], 139 \ 'dircolors': ['.dir_colors', '.dircolors', '/etc/DIR_COLORS'],
140 \ 'dnsmasq': ['/etc/dnsmasq.conf'], 140 \ 'dnsmasq': ['/etc/dnsmasq.conf'],
141 \ 'dockerfile': ['Containerfile', 'Dockerfile', 'file.Dockerfile'], 141 \ 'dockerfile': ['Containerfile', 'Dockerfile', 'file.Dockerfile'],
142 \ 'dosbatch': ['file.bat', 'file.sys'], 142 \ 'dosbatch': ['file.bat', 'file.sys'],
143 \ 'dosini': ['.editorconfig', '/etc/pacman.conf', '/etc/yum.conf', 'file.ini'], 143 \ 'dosini': ['.editorconfig', '/etc/pacman.conf', '/etc/yum.conf', 'file.ini', 'npmrc', '.npmrc', 'php.ini', 'php.ini-5'],
144 \ 'dot': ['file.dot', 'file.gv'], 144 \ 'dot': ['file.dot', 'file.gv'],
145 \ 'dracula': ['file.drac', 'file.drc', 'filelvs', 'filelpe'], 145 \ 'dracula': ['file.drac', 'file.drc', 'filelvs', 'filelpe'],
146 \ 'dsl': ['file.dsl'], 146 \ 'dsl': ['file.dsl'],
147 \ 'dtd': ['file.dtd'], 147 \ 'dtd': ['file.dtd'],
148 \ 'dts': ['file.dts', 'file.dtsi'], 148 \ 'dts': ['file.dts', 'file.dtsi'],