summaryrefslogtreecommitdiff
path: root/filetype.vim
blob: a8945804d46221f43fc2f287655772c9e9c80668 (plain)
1
2
3
4
5
6
7
8

if exists("did_load_filetypes")
    finish
endif
augroup filetypedetect
    au BufRead,BufNewFile .reminders    setfiletype remind
augroup END