diff runtime/filetype.vim @ 10348:c78513465e6e

commit https://github.com/vim/vim/commit/25de4c232d580583feadae11ab34e3cc6333c350 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 6 14:48:06 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Nov 2016 15:00:06 +0100
parents 169a62d5bcb9
children 74effdaa369e
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
 " Vim support file to detect file types
 "
 " Maintainer:	Bram Moolenaar <Bram@vim.org>
-" Last Change:	2016 Oct 28
+" Last Change:	2016 Oct 31
 
 " Listen very carefully, I will say this only once
 if exists("did_load_filetypes")
@@ -2671,6 +2671,9 @@ au BufNewFile,BufRead mutt{ng,}rc*,Mutt{
 " Nroff macros
 au BufNewFile,BufRead tmac.*			call s:StarSetf('nroff')
 
+" OpenBSD hostname.if
+au BufNewFile,BufRead /etc/hostname.*		call s:StarSetf('config')
+
 " Pam conf
 au BufNewFile,BufRead */etc/pam.d/*		call s:StarSetf('pamconf')