1
0
forked from aniani/vim

Merge pull request #12740 from k-takata/import-9.0.1678

Bring Bram's last patch (9.0.1678) to GitHub
This commit is contained in:
Christian Brabandt 2023-08-07 17:00:41 +02:00 committed by GitHub
commit 9fcde94176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -254,6 +254,9 @@ au BufNewFile,BufRead named*.conf,rndc*.conf,rndc*.key setf named
au BufNewFile,BufRead named.root setf bindzone
au BufNewFile,BufRead *.db call dist#ft#BindzoneCheck('')
" Blade
au BufNewFile,BufRead *.blade.php setf blade
" Blank
au BufNewFile,BufRead *.bl setf blank

View File

@ -122,6 +122,7 @@ def s:GetFilenameChecks(): dict<list<string>>
bicep: ['file.bicep'],
bindzone: ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
bitbake: ['file.bb', 'file.bbappend', 'file.bbclass', 'build/conf/local.conf', 'meta/conf/layer.conf', 'build/conf/bbappend.conf', 'meta-layer/conf/distro/foo.conf'],
blade: ['file.blade.php'],
blank: ['file.bl'],
blueprint: ['file.blp'],
bsdl: ['file.bsd', 'file.bsdl'],

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1678,
/**/
1677,
/**/