diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-14 05:48:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-14 05:48:46 +0100 |
commit | 4b60a6cdb3982d93837e8f285c3b7443c79abcd0 (patch) | |
tree | 12787989896bfa186df9d28cf264a6cd4cb069f4 /runtime/filetype.vim | |
parent | 2593e037c9e9a00ebd86fa3f8a8011c39511c314 (diff) | |
download | vim-4b60a6cdb3982d93837e8f285c3b7443c79abcd0.zip |
Update runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r-- | runtime/filetype.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index f5ece1728..20775e9d2 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: 2013 Oct 06 +" Last Change: 2013 Nov 13 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -1172,6 +1172,9 @@ au BufNewFile,BufRead *.mp setf mp " MGL au BufNewFile,BufRead *.mgl setf mgl +" MIX - Knuth assembly +au BufNewFile,BufRead *.mix,*.mixal setf mix + " MMIX or VMS makefile au BufNewFile,BufRead *.mms call s:FTmms() |