aboutsummaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorTeddy Wing2016-04-05 10:38:27 -0400
committerTeddy Wing2016-04-05 10:38:27 -0400
commitaf18c165ace738e576ab840167bca8463b1db065 (patch)
tree5b9f2cc8bdd5db1b5f6b665204d69e5376b9c17d /ftdetect
downloadvim-twodo-af18c165ace738e576ab840167bca8463b1db065.tar.bz2
Add ftdetect
Set *.todo files to the `todo` filetype.
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/todo.vim1
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