" --- cut ---------------------- " my filetype file if exists("did_load_filetypes") finish endif augroup filetypedetect au! BufRead,BufNewFile *.PM setfiletype PM augroup END " --- cut ----------------------