summaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-06 17:26:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-06 17:26:26 +0200
commit126bdeeabe952f447b442b9af19a6df38b719325 (patch)
tree58a3f97a80bee50a6064d43b94fba01c2869fe87 /runtime/filetype.vim
parent2a66a07b29a636af54bc415626999202dd60a842 (diff)
downloadvim-git-126bdeeabe952f447b442b9af19a6df38b719325.tar.gz
Move redif syntax file to the right directory.
Disable recognizing .rdf as a redif file.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 59f985b6f..eade49182 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 Apr 05
+" Last Change: 2013 Apr 06
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1639,7 +1639,8 @@ func! s:FTr()
endfunc
" ReDIF
-au BufRead,BufNewFile *.rdf setf redif
+" TODO: Not all .rdf files are redif, need a better way to detect.
+" au BufRead,BufNewFile *.rdf setf redif
" Remind
au BufNewFile,BufRead .reminders,*.remind,*.rem setf remind