summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-20 21:26:00 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-20 21:26:00 +0100
commit26402cb2de73a82821d7b2becc8d27be1c48fef3 (patch)
treed1e4735ab3da05b19f7f4aeef1b4abfc22934ac4 /runtime/filetype.vim
parent63dbda1caa88042c88d46ad139c99def2e8b80ca (diff)
Update runtime files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 7a5c1526ba..c427b1835c 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 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