comparison src/testdir/test_filetype.vim @ 34882:a3b37b1cae3a v9.1.0306

patch 9.1.0306: filetype: x11vnc config file is not recognized Commit: https://github.com/vim/vim/commit/58ce78ad438deefec54fd6206166ca2794cd6efe Author: Wu, Zhenyu <wuzhenyu@ustc.edu> Date: Thu Apr 11 20:47:45 2024 +0200 patch 9.1.0306: filetype: x11vnc config file is not recognized Problem: filetype: x11vnc config file is not recognized Solution: Detect '.x11vncrc' as conf filetype (Wu, Zhenyu) See: https://linux.die.net/man/1/x11vnc closes: #14511 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Apr 2024 21:00:03 +0200
parents 78cd4e28c554
children 11654d15b5d8
comparison
equal deleted inserted replaced
34881:6a85ec31813a 34882:a3b37b1cae3a
160 cmod: ['file.cmod'], 160 cmod: ['file.cmod'],
161 cmusrc: ['any/.cmus/autosave', 'any/.cmus/rc', 'any/.cmus/command-history', 'any/.cmus/file.theme', 'any/cmus/rc', 'any/cmus/file.theme', '/.cmus/autosave', '/.cmus/command-history', '/.cmus/file.theme', '/.cmus/rc', '/cmus/file.theme', '/cmus/rc'], 161 cmusrc: ['any/.cmus/autosave', 'any/.cmus/rc', 'any/.cmus/command-history', 'any/.cmus/file.theme', 'any/cmus/rc', 'any/cmus/file.theme', '/.cmus/autosave', '/.cmus/command-history', '/.cmus/file.theme', '/.cmus/rc', '/cmus/file.theme', '/cmus/rc'],
162 cobol: ['file.cbl', 'file.cob', 'file.lib'], 162 cobol: ['file.cbl', 'file.cob', 'file.lib'],
163 coco: ['file.atg'], 163 coco: ['file.atg'],
164 conaryrecipe: ['file.recipe'], 164 conaryrecipe: ['file.recipe'],
165 conf: ['auto.master', 'file.conf'], 165 conf: ['auto.master', 'file.conf', '.x11vncrc'],
166 config: ['configure.in', 'configure.ac', '/etc/hostname.file', 'any/etc/hostname.file'], 166 config: ['configure.in', 'configure.ac', '/etc/hostname.file', 'any/etc/hostname.file'],
167 confini: ['/etc/pacman.conf', 'any/etc/pacman.conf', 'mpv.conf', 'any/.aws/config', 'any/.aws/credentials', 'file.nmconnection'], 167 confini: ['/etc/pacman.conf', 'any/etc/pacman.conf', 'mpv.conf', 'any/.aws/config', 'any/.aws/credentials', 'file.nmconnection'],
168 context: ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'], 168 context: ['tex/context/any/file.tex', 'file.mkii', 'file.mkiv', 'file.mkvi', 'file.mkxl', 'file.mklx'],
169 cook: ['file.cook'], 169 cook: ['file.cook'],
170 corn: ['file.corn'], 170 corn: ['file.corn'],