comparison runtime/filetype.vim @ 33:f6033dcbaf31

updated for version 7.0020
author vimboss
date Sun, 24 Oct 2004 19:18:58 +0000
parents 404aac550f35
children 125e80798a85
comparison
equal deleted inserted replaced
32:41f9fd58cf13 33:f6033dcbaf31
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 Oct 02 4 " Last Change: 2004 Oct 14
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
1518 au BufNewFile,BufRead .tidyrc,tidyrc setf tidy 1518 au BufNewFile,BufRead .tidyrc,tidyrc setf tidy
1519 1519
1520 " TF mud client 1520 " TF mud client
1521 au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf 1521 au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf
1522 1522
1523 " TPP - Text Presentation Program
1524 au BufNewFile,BufReadPost *.tpp setf tpp
1525
1523 " TSS - Geometry 1526 " TSS - Geometry
1524 au BufNewFile,BufReadPost *.tssgm setf tssgm 1527 au BufNewFile,BufReadPost *.tssgm setf tssgm
1525 1528
1526 " TSS - Optics 1529 " TSS - Optics
1527 au BufNewFile,BufReadPost *.tssop setf tssop 1530 au BufNewFile,BufReadPost *.tssop setf tssop