From df1bdc92c289d4531f82418f448466c99ca4bb78 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 23 Feb 2006 21:32:16 +0000 Subject: updated for version 7.0205 --- runtime/filetype.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'runtime/filetype.vim') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 3a4d70ff90..a7b8585174 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar -" Last Change: 2006 Jan 12 +" Last Change: 2006 Feb 23 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -891,6 +891,9 @@ au BufNewFile,BufRead *.mf setf mf " MetaPost au BufNewFile,BufRead *.mp setf mp +" MGL +au BufNewFile,BufRead *.mgl setf mgl + " MMIX or VMS makefile au BufNewFile,BufRead *.mms call s:FTmms() -- cgit v1.2.3