From af18c165ace738e576ab840167bca8463b1db065 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 5 Apr 2016 10:38:27 -0400 Subject: Add ftdetect Set *.todo files to the `todo` filetype. --- ftdetect/todo.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/todo.vim (limited to 'ftdetect') 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 -- cgit v1.2.3