mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 22:03:38 -05:00
allow prefixed files like blah.todo.txt
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user