1
0
forked from aniani/vim

Move redif syntax file to the right directory.

Disable recognizing .rdf as a redif file.
This commit is contained in:
Bram Moolenaar
2013-04-06 17:26:26 +02:00
parent 2a66a07b29
commit 126bdeeabe
3 changed files with 6 additions and 6 deletions

View File

@@ -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