comparison runtime/filetype.vim @ 9644:9f7bcc2c3b97

commit https://github.com/vim/vim/commit/6f1d9a096bf22d50c727dca73abbfb8e3ff55176 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 24 14:12:38 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jul 2016 14:15:06 +0200
parents 9560a5b782ee
children 2b6654519a7c
comparison
equal deleted inserted replaced
9643:5aee77e6b395 9644:9f7bcc2c3b97
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: 2016 Jul 16 4 " Last Change: 2016 Jul 21
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
532 532
533 " CUDA Cumpute Unified Device Architecture 533 " CUDA Cumpute Unified Device Architecture
534 au BufNewFile,BufRead *.cu setf cuda 534 au BufNewFile,BufRead *.cu setf cuda
535 535
536 " Dockerfile 536 " Dockerfile
537 au BufNewFile,BufRead Dockerfile setf dockerfile 537 au BufNewFile,BufRead Dockerfile,*.Dockerfile setf dockerfile
538 538
539 " WildPackets EtherPeek Decoder 539 " WildPackets EtherPeek Decoder
540 au BufNewFile,BufRead *.dcd setf dcd 540 au BufNewFile,BufRead *.dcd setf dcd
541 541
542 " Enlightenment configuration files 542 " Enlightenment configuration files