diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-24 19:53:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-24 19:53:36 +0200 |
commit | e2db695d313174f6d6e6a79388a262e4e53d387e (patch) | |
tree | 2ff47e019a28756c665e0daa273388af53b81028 /runtime/filetype.vim | |
parent | ff18df03c3b714caca4f76e50defcb29eb523e15 (diff) | |
download | vim-e2db695d313174f6d6e6a79388a262e4e53d387e.zip |
Updated 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 f408d9960..1a0a0c35d 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 Jun 24 +" Last Change: 2013 Jul 21 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -1407,6 +1407,9 @@ au BufNewFile,BufRead *.rcp setf pilrc " Pine config au BufNewFile,BufRead .pinerc,pinerc,.pinercex,pinercex setf pine +" PL/1, PL/I +au BufNewFile,BufRead *.pli,*.pl1 setf pli + " PL/M (also: *.inp) au BufNewFile,BufRead *.plm,*.p36,*.pac setf plm |