]> git.sev.monster Git - dotfiles.git/blob - base/.vim/ftdetect/todo.vim
626818063f6edc10ae30406fbce5ce27cb14f3a6
[dotfiles.git] / base / .vim / ftdetect / todo.vim
1 " File:        todo.txt.vim
2 " Description: Todo.txt filetype detection
3 " Author:      Leandro Freitas <freitass@gmail.com>
4 " License:     Vim license
5 " Website:     http://github.com/freitass/todo.txt-vim
6 " Version:     0.1
7
8 autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
9 autocmd BufNewFile,BufRead *.[Tt]odo.txt set filetype=todo
10 autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo
11 autocmd BufNewFile,BufRead *.[Dd]one.txt set filetype=todo
12
This page took 0.032649 seconds and 2 git commands to generate.