comparison runtime/filetype.vim @ 15878:314694a2e74a

Update runtime files. commit https://github.com/vim/vim/commit/4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 17 21:18:32 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Feb 2019 21:30:08 +0100
parents fe57e4f0eac1
children bd7461db24b3
comparison
equal deleted inserted replaced
15877:904e9bd83419 15878:314694a2e74a
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: 2019 Jan 28 4 " Last Change: 2019 Feb 07
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
52 au BufNewFile,BufRead $VIMRUNTIME/doc/*.txt setf help 52 au BufNewFile,BufRead $VIMRUNTIME/doc/*.txt setf help
53 53
54 " Abaqus or Trasys 54 " Abaqus or Trasys
55 au BufNewFile,BufRead *.inp call dist#ft#Check_inp() 55 au BufNewFile,BufRead *.inp call dist#ft#Check_inp()
56 56
57 " 8th (Firth-derivative)
58 au BufNewFile,BufRead *.8th setf 8th
59
57 " A-A-P recipe 60 " A-A-P recipe
58 au BufNewFile,BufRead *.aap setf aap 61 au BufNewFile,BufRead *.aap setf aap
59 62
60 " A2ps printing utility 63 " A2ps printing utility
61 au BufNewFile,BufRead */etc/a2ps.cfg,*/etc/a2ps/*.cfg,a2psrc,.a2psrc setf a2ps 64 au BufNewFile,BufRead */etc/a2ps.cfg,*/etc/a2ps/*.cfg,a2psrc,.a2psrc setf a2ps