comparison src/testdir/test_filetype.vim @ 34801:3c4513ec1b58 v9.1.0273

patch 9.1.0273: filetype: keymap files are not recognized Commit: https://github.com/vim/vim/commit/b78753db5fac879a76da3519101e815451d0d455 Author: 0xadk <0xadk@users.noreply.github.com> Date: Sun Apr 7 18:22:41 2024 +0200 patch 9.1.0273: filetype: keymap files are not recognized Problem: filetype: keymap files are not recognized Solution: Detect '*.keymap' files as Device Tree Files (0xadk) closes: #14434 Signed-off-by: 0xadk <0xadk@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Apr 2024 18:30:04 +0200
parents bf9166e97f23
children b507d9fa3451
comparison
equal deleted inserted replaced
34800:e9e17c649844 34801:3c4513ec1b58
213 dosini: ['/etc/yum.conf', 'file.ini', 'npmrc', '.npmrc', 'php.ini', 'php.ini-5', 'php.ini-file', '/etc/yum.repos.d/file', 'any/etc/yum.conf', 'any/etc/yum.repos.d/file', 'file.wrap', 'file.vbp', 'ja2.ini', 'JA2.INI', 'setup.cfg', 'pudb.cfg', '.coveragerc'], 213 dosini: ['/etc/yum.conf', 'file.ini', 'npmrc', '.npmrc', 'php.ini', 'php.ini-5', 'php.ini-file', '/etc/yum.repos.d/file', 'any/etc/yum.conf', 'any/etc/yum.repos.d/file', 'file.wrap', 'file.vbp', 'ja2.ini', 'JA2.INI', 'setup.cfg', 'pudb.cfg', '.coveragerc'],
214 dot: ['file.dot', 'file.gv'], 214 dot: ['file.dot', 'file.gv'],
215 dracula: ['file.drac', 'file.drc', 'filelvs', 'filelpe', 'drac.file', 'lpe', 'lvs', 'some-lpe', 'some-lvs'], 215 dracula: ['file.drac', 'file.drc', 'filelvs', 'filelpe', 'drac.file', 'lpe', 'lvs', 'some-lpe', 'some-lvs'],
216 dtd: ['file.dtd'], 216 dtd: ['file.dtd'],
217 dtrace: ['/usr/lib/dtrace/io.d'], 217 dtrace: ['/usr/lib/dtrace/io.d'],
218 dts: ['file.dts', 'file.dtsi', 'file.dtso', 'file.its'], 218 dts: ['file.dts', 'file.dtsi', 'file.dtso', 'file.its', 'file.keymap'],
219 dune: ['jbuild', 'dune', 'dune-project', 'dune-workspace'], 219 dune: ['jbuild', 'dune', 'dune-project', 'dune-workspace'],
220 dylan: ['file.dylan'], 220 dylan: ['file.dylan'],
221 dylanintr: ['file.intr'], 221 dylanintr: ['file.intr'],
222 dylanlid: ['file.lid'], 222 dylanlid: ['file.lid'],
223 earthfile: ['Earthfile'], 223 earthfile: ['Earthfile'],