mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.1644: not all filetype file name matches are tested
Problem: Not all filetype file name matches are tested. Solution: Add more file names to test with. (Jonas Strittmatter, closes #12569)
This commit is contained in:
@@ -601,7 +601,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
|||||||
services: ['/etc/services', 'any/etc/services'],
|
services: ['/etc/services', 'any/etc/services'],
|
||||||
setserial: ['/etc/serial.conf', 'any/etc/serial.conf'],
|
setserial: ['/etc/serial.conf', 'any/etc/serial.conf'],
|
||||||
sexplib: ['file.sexp'],
|
sexplib: ['file.sexp'],
|
||||||
sh: ['.bashrc', 'file.bash', '/usr/share/doc/bash-completion/filter.sh', '/etc/udev/cdsymlinks.conf', 'any/etc/udev/cdsymlinks.conf'],
|
sh: ['.bashrc', '.bash_profile', '.bash-profile', '.bash_logout', '.bash-logout', '.bash_aliases', '.bash-aliases', '/tmp/bash-fc-3Ozjlw', '/tmp/bash-fc.3Ozjlw', 'PKGBUILD', 'APKBUILD', 'file.bash', '/usr/share/doc/bash-completion/filter.sh', '/etc/udev/cdsymlinks.conf', 'any/etc/udev/cdsymlinks.conf'],
|
||||||
sieve: ['file.siv', 'file.sieve'],
|
sieve: ['file.siv', 'file.sieve'],
|
||||||
sil: ['file.sil'],
|
sil: ['file.sil'],
|
||||||
simula: ['file.sim'],
|
simula: ['file.sim'],
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1644,
|
||||||
/**/
|
/**/
|
||||||
1643,
|
1643,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user