To: vim-dev@vim.org Subject: Patch 6.1b.008 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1b.008 Problem: *.xsl files are not recognized as xslt but xml. Monk files are not recognized. Solution: Delete the duplicate line for *.xsl. (Johannes Zellner) Recognize monk files. Files: runtime/filetype.vim *** ../vim61b.007/runtime/filetype.vim Fri Mar 1 21:48:28 2002 --- runtime/filetype.vim Fri Mar 15 20:40:32 2002 *************** *** 1,7 **** " Vim support file to detect file types " " Maintainer: Bram Moolenaar ! " Last change: 2002 Mar 01 " Listen very carefully, I will say this only once if exists("did_load_filetypes") --- 1,7 ---- " Vim support file to detect file types " " Maintainer: Bram Moolenaar ! " Last change: 2002 Mar 15 " Listen very carefully, I will say this only once if exists("did_load_filetypes") *************** *** 637,642 **** --- 637,645 ---- " Modula 3 (.m3, .i3, .mg, .ig) au BufNewFile,BufRead *.[mi][3g] setf modula3 + " Monk + au BufNewFile,BufRead *.isc,*.monk,*.ssc,*.tsc setf monk + " MOO au BufNewFile,BufRead *.moo setf moo *************** *** 1241,1247 **** \ if !FTnroff() | setf xmath | endif " XML - au BufNewFile,BufRead *.xsl setf xml au BufNewFile,BufRead *.xml \ if getline(1) . getline(2) . getline(3) =~ '