From fba66aba8a69ef5ff6fec7210e895079ae71c8fc Mon Sep 17 00:00:00 2001 From: Leandro Freitas Date: Tue, 31 May 2011 13:12:59 -0300 Subject: [PATCH] Implemented ft detection --- ftdetect/todo.txt.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ftdetect/todo.txt.vim diff --git a/ftdetect/todo.txt.vim b/ftdetect/todo.txt.vim new file mode 100644 index 0000000..f0dcbdc --- /dev/null +++ b/ftdetect/todo.txt.vim @@ -0,0 +1,9 @@ +" File: todo.txt.vim +" Description: Todo.txt filetype detection +" Author: Leandro Freitas +" Licence: Vim licence +" Website: http://github.com/freitass/todo.txt.vim +" Version: 0.1 + +autocmd BufNewFile,BufRead Todo.txt set filetype=todo.txt +