1
0
forked from aniani/vim

Update runtime files.

This commit is contained in:
Bram Moolenaar
2016-07-17 13:35:14 +02:00
parent 2cb70a2744
commit 42ebd06642
11 changed files with 1087 additions and 25 deletions

View File

@@ -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