added .vim folder
[dotfiles.git] / .vim / ftdetect / todo.vim
1 " File: todo.txt.vim
2 " Description: Todo.txt filetype detection
3 " Author: Leandro Freitas <freitass@gmail.com>
4 " Licence: Vim licence
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