comparison runtime/filetype.vim @ 12968:45987b1b77dc

Update runtime files commit https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 30 20:27:52 2017 +0100 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Nov 2017 20:30:08 +0100
parents 1578c0ba0dd1
children a6d3e2081544
comparison
equal deleted inserted replaced
12967:ec2cd6ab9411 12968:45987b1b77dc
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: 2017 Nov 21 4 " Last Change: 2017 Nov 23
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
1876 au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf yacc 1876 au BufNewFile,BufRead *.yy,*.yxx,*.y++ setf yacc
1877 1877
1878 " Yacc or racc 1878 " Yacc or racc
1879 au BufNewFile,BufRead *.y call dist#ft#FTy() 1879 au BufNewFile,BufRead *.y call dist#ft#FTy()
1880 1880
1881 " Yaml 1881 " Yaml or Raml
1882 au BufNewFile,BufRead *.yaml,*.yml setf yaml 1882 au BufNewFile,BufRead *.yaml,*.yml,*.raml setf yaml
1883 1883
1884 " yum conf (close enough to dosini) 1884 " yum conf (close enough to dosini)
1885 au BufNewFile,BufRead */etc/yum.conf setf dosini 1885 au BufNewFile,BufRead */etc/yum.conf setf dosini
1886 1886
1887 " Zimbu 1887 " Zimbu