diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-24 14:12:38 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-24 14:12:38 +0200 |
commit | 6f1d9a096bf22d50c727dca73abbfb8e3ff55176 (patch) | |
tree | 1c916ecd14f37c0fed02e92e0b7849015d4ae9d1 /runtime/filetype.vim | |
parent | 00b24be454800f544676aa8850fb4378a568901e (diff) | |
download | vim-git-6f1d9a096bf22d50c727dca73abbfb8e3ff55176.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index f8758ea8b..f96c6adee 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar <Bram@vim.org> -" Last Change: 2016 Jul 16 +" Last Change: 2016 Jul 21 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -534,7 +534,7 @@ au BufNewFile,BufRead configure.in,configure.ac setf config au BufNewFile,BufRead *.cu setf cuda " Dockerfile -au BufNewFile,BufRead Dockerfile setf dockerfile +au BufNewFile,BufRead Dockerfile,*.Dockerfile setf dockerfile " WildPackets EtherPeek Decoder au BufNewFile,BufRead *.dcd setf dcd |