comparison runtime/filetype.vim @ 4269:a079ef0ce001

Move redif syntax file to the right directory. Disable recognizing .rdf as a redif file.
author Bram Moolenaar <bram@vim.org>
date Sat, 06 Apr 2013 17:26:26 +0200
parents 2d1383658bb4
children 9b772e48f79e
comparison
equal deleted inserted replaced
4268:03c33622c359 4269:a079ef0ce001
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 Apr 05 4 " Last Change: 2013 Apr 06
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
1637 setf r 1637 setf r
1638 endif 1638 endif
1639 endfunc 1639 endfunc
1640 1640
1641 " ReDIF 1641 " ReDIF
1642 au BufRead,BufNewFile *.rdf setf redif 1642 " TODO: Not all .rdf files are redif, need a better way to detect.
1643 " au BufRead,BufNewFile *.rdf setf redif
1643 1644
1644 " Remind 1645 " Remind
1645 au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind 1646 au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind
1646 1647
1647 " Resolv.conf 1648 " Resolv.conf