diff options
author | Teddy Wing | 2016-04-05 10:38:27 -0400 |
---|---|---|
committer | Teddy Wing | 2016-04-05 10:38:27 -0400 |
commit | af18c165ace738e576ab840167bca8463b1db065 (patch) | |
tree | 5b9f2cc8bdd5db1b5f6b665204d69e5376b9c17d /ftdetect | |
download | vim-twodo-af18c165ace738e576ab840167bca8463b1db065.tar.bz2 |
Add ftdetect
Set *.todo files to the `todo` filetype.
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/todo.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftdetect/todo.vim b/ftdetect/todo.vim new file mode 100644 index 0000000..686efb5 --- /dev/null +++ b/ftdetect/todo.vim @@ -0,0 +1 @@ +autocmd BufNewFile,BufRead *.todo set filetype=todo |