comparison runtime/filetype.vim @ 24:8ff7fd162d3c v7.0016

updated for version 7.0016
author vimboss
date Mon, 13 Sep 2004 20:26:32 +0000
parents cc049b00ee70
children 404aac550f35
comparison
equal deleted inserted replaced
23:3f44e9abe4ec 24:8ff7fd162d3c
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: 2004 Aug 30 4 " Last Change: 2004 Sep 11
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
97 au BufNewFile,BufRead *.a65 setf a65 97 au BufNewFile,BufRead *.a65 setf a65
98 98
99 " Applix ELF 99 " Applix ELF
100 au BufNewFile,BufRead *.am 100 au BufNewFile,BufRead *.am
101 \ if expand("<afile>") !~? 'Makefile.am\>' | setf elf | endif 101 \ if expand("<afile>") !~? 'Makefile.am\>' | setf elf | endif
102
103 " ALSA configuration
104 au BufNewFile,BufRead ~/.asoundrc,/usr/share/alsa/alsa.conf,/etc/asound.conf setf alsaconf
102 105
103 " Arc Macro Language 106 " Arc Macro Language
104 au BufNewFile,BufRead *.aml setf aml 107 au BufNewFile,BufRead *.aml setf aml
105 108
106 " Arch Inventory file 109 " Arch Inventory file