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:
commit
9fcde94176
@ -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 named.root setf bindzone
|
||||||
au BufNewFile,BufRead *.db call dist#ft#BindzoneCheck('')
|
au BufNewFile,BufRead *.db call dist#ft#BindzoneCheck('')
|
||||||
|
|
||||||
|
" Blade
|
||||||
|
au BufNewFile,BufRead *.blade.php setf blade
|
||||||
|
|
||||||
" Blank
|
" Blank
|
||||||
au BufNewFile,BufRead *.bl setf blank
|
au BufNewFile,BufRead *.bl setf blank
|
||||||
|
|
||||||
|
@ -122,6 +122,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
|||||||
bicep: ['file.bicep'],
|
bicep: ['file.bicep'],
|
||||||
bindzone: ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
|
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'],
|
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'],
|
blank: ['file.bl'],
|
||||||
blueprint: ['file.blp'],
|
blueprint: ['file.blp'],
|
||||||
bsdl: ['file.bsd', 'file.bsdl'],
|
bsdl: ['file.bsd', 'file.bsdl'],
|
||||||
|
@ -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 */
|
||||||
|
/**/
|
||||||
|
1678,
|
||||||
/**/
|
/**/
|
||||||
1677,
|
1677,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user