comparison 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
comparison
equal deleted inserted replaced
10347:3a9a9c66eb1c 10348:c78513465e6e
1 " Vim support file to detect file types 1 " Vim support file to detect file types
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2016 Oct 28 4 " Last Change: 2016 Oct 31
5 5
6 " Listen very carefully, I will say this only once 6 " Listen very carefully, I will say this only once
7 if exists("did_load_filetypes") 7 if exists("did_load_filetypes")
8 finish 8 finish
9 endif 9 endif
2669 au BufNewFile,BufRead mutt{ng,}rc*,Mutt{ng,}rc* call s:StarSetf('muttrc') 2669 au BufNewFile,BufRead mutt{ng,}rc*,Mutt{ng,}rc* call s:StarSetf('muttrc')
2670 2670
2671 " Nroff macros 2671 " Nroff macros
2672 au BufNewFile,BufRead tmac.* call s:StarSetf('nroff') 2672 au BufNewFile,BufRead tmac.* call s:StarSetf('nroff')
2673 2673
2674 " OpenBSD hostname.if
2675 au BufNewFile,BufRead /etc/hostname.* call s:StarSetf('config')
2676
2674 " Pam conf 2677 " Pam conf
2675 au BufNewFile,BufRead */etc/pam.d/* call s:StarSetf('pamconf') 2678 au BufNewFile,BufRead */etc/pam.d/* call s:StarSetf('pamconf')
2676 2679
2677 " Printcap and Termcap 2680 " Printcap and Termcap
2678 au BufNewFile,BufRead *printcap* 2681 au BufNewFile,BufRead *printcap*