allow prefixed files like blah.todo.txt

This commit is contained in:
naught101
2015-04-07 22:55:42 +10:00
parent f07b2b2202
commit 52e1527e9b
2 changed files with 5 additions and 1 deletions

View File

@@ -6,5 +6,7 @@
" Version: 0.1
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
autocmd BufNewFile,BufRead *.[Tt]odo.txt set filetype=todo
autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo
autocmd BufNewFile,BufRead *.[Dd]one.txt set filetype=todo