comparison runtime/filetype.vim @ 4119:61bcafd8c648

Update runtime files. Add missing test files.
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Feb 2013 16:15:55 +0100
parents 058f26a834c4
children 8b86b69546a9
comparison
equal deleted inserted replaced
4118:aa4f79097dd3 4119:61bcafd8c648
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: 2013 Jan 31 4 " Last Change: 2013 Feb 12
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
1076 " Makefile 1076 " Makefile
1077 au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make 1077 au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make
1078 1078
1079 " MakeIndex 1079 " MakeIndex
1080 au BufNewFile,BufRead *.ist,*.mst setf ist 1080 au BufNewFile,BufRead *.ist,*.mst setf ist
1081
1082 " Mallard
1083 au BufNewFile,BufRead *.page setf mallard
1081 1084
1082 " Manpage 1085 " Manpage
1083 au BufNewFile,BufRead *.man setf man 1086 au BufNewFile,BufRead *.man setf man
1084 1087
1085 " Man config 1088 " Man config