diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-19 12:22:51 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-19 12:22:51 +0200 |
commit | 20f90cf99a156ba6fa93fc44047264685f210824 (patch) | |
tree | 230e40498e27cf023fff502634b81ce7618fb9e0 /runtime/filetype.vim | |
parent | 3a7d8c3adb80c26564fa2e25f0edda38c905c3a3 (diff) | |
download | vim-20f90cf99a156ba6fa93fc44047264685f210824.zip |
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 28507b3f1..701d3688a 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: 2011 Apr 28 +" Last Change: 2011 May 19 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -556,7 +556,7 @@ au BufNewFile,BufRead */etc/apt/sources.list.d/*.list setf debsources au BufNewFile,BufRead denyhosts.conf setf denyhosts " dnsmasq(8) configuration files -au BufNewFile,BufRead dnsmasq.conf setf dnsmasq +au BufNewFile,BufRead */etc/dnsmasq.conf setf dnsmasq " ROCKLinux package description au BufNewFile,BufRead *.desc setf desc |