summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-17 13:35:14 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-17 13:35:14 +0200
commit42ebd066422d73cdb7bda6a1dc828a3dd022dec8 (patch)
treefa4f548d51f41039c3d6badc8f31a8445bdc876b /runtime/filetype.vim
parent2cb70a2744d484d1b2005be0fd0ea7d6a94a8db7 (diff)
Update runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 71f2d34878..f8758ea8b9 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 12
+" Last Change: 2016 Jul 16
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -2643,6 +2643,8 @@ au BufNewFile,BufRead [rR]akefile* call s:StarSetf('ruby')
" Mail (also matches muttrc.vim, so this is below the other checks)
au BufNewFile,BufRead mutt[[:alnum:]._-]\\\{6\} setf mail
+au BufNewFile,BufRead reportbug-* call s:StarSetf('mail')
+
" Modconf
au BufNewFile,BufRead */etc/modutils/*
\ if executable(expand("<afile>")) != 1