summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 12:22:51 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 12:22:51 +0200
commit20f90cf99a156ba6fa93fc44047264685f210824 (patch)
tree230e40498e27cf023fff502634b81ce7618fb9e0 /runtime/filetype.vim
parent3a7d8c3adb80c26564fa2e25f0edda38c905c3a3 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 28507b3f1f..701d3688ae 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