diff 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
line wrap: on
line diff
--- 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 Feb 12
+" Last Change:	2013 Feb 20
 
 " Listen very carefully, I will say this only once
 if exists("did_load_filetypes")
@@ -1632,6 +1632,9 @@ func! s:FTr()
   endif
 endfunc
 
+" ReDIF
+au BufRead,BufNewFile *.rdf			setf redif
+
 " Remind
 au BufNewFile,BufRead .reminders,*.remind,*.rem		setf remind