]> git.sev.monster Git - dotfiles.git/blame - .vim/ftdetect/todo.vim
initial commit
[dotfiles.git] / .vim / ftdetect / todo.vim
CommitLineData
1b8a4102 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
8autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
9autocmd BufNewFile,BufRead *.[Tt]odo.txt set filetype=todo
10autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo
11autocmd BufNewFile,BufRead *.[Dd]one.txt set filetype=todo
12
This page took 0.030632 seconds and 4 git commands to generate.