comparison runtime/filetype.vim @ 4159:8b86b69546a9

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 21:26:00 +0100
parents 61bcafd8c648
children 7ffc704cb7c1
comparison
equal deleted inserted replaced
4158:031daf1e5ab2 4159:8b86b69546a9
1 " Vim support file to detect file types 1 " Vim support file to detect file types
2 " 2 "
3 " Maintainer: Bram Moolenaar <Bram@vim.org> 3 " Maintainer: Bram Moolenaar <Bram@vim.org>
4 " Last Change: 2013 Feb 12 4 " Last Change: 2013 Feb 20
5 5
6 " Listen very carefully, I will say this only once 6 " Listen very carefully, I will say this only once
7 if exists("did_load_filetypes") 7 if exists("did_load_filetypes")
8 finish 8 finish
9 endif 9 endif
1629 else 1629 else
1630 " Rexx used to be the default, but R appears to be much more popular. 1630 " Rexx used to be the default, but R appears to be much more popular.
1631 setf r 1631 setf r
1632 endif 1632 endif
1633 endfunc 1633 endfunc
1634
1635 " ReDIF
1636 au BufRead,BufNewFile *.rdf setf redif
1634 1637
1635 " Remind 1638 " Remind
1636 au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind 1639 au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind
1637 1640
1638 " Resolv.conf 1641 " Resolv.conf