mirror of
				https://github.com/vim/vim.git
				synced 2025-10-29 09:37:35 -04:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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'], | ||||
|   | ||||
| @@ -695,6 +695,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     1678, | ||||
| /**/ | ||||
|     1677, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user