diff --git a/ftdetect/todo.vim b/ftdetect/todo.vim index 81a83a7..c83b997 100644 --- a/ftdetect/todo.vim +++ b/ftdetect/todo.vim @@ -3,7 +3,7 @@ " Author: David Beniamine , Leandro Freitas " License: Vim license " Website: http://github.com/dbeniamine/todo.txt-vim -" Version: 0.7 +" Version: 0.7.2 autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo autocmd BufNewFile,BufRead [Tt]odo-\d\\\{4\}-\d\\\{2\}-\d\\\{2\}.txt set filetype=todo diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index 05a9ff2..f4d6e5d 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -3,7 +3,7 @@ " Author: David Beniamine , Leandro Freitas " License: Vim license " Website: http://github.com/dbeniamine/todo.txt-vim -" Version: 0.7.1 +" Version: 0.7.2 " Save context {{{1 let s:save_cpo = &cpo diff --git a/ftplugin/todo_sort.vim b/ftplugin/todo_sort.vim index e420d56..057e337 100644 --- a/ftplugin/todo_sort.vim +++ b/ftplugin/todo_sort.vim @@ -3,7 +3,7 @@ " Author: David Beniamine " Licence: Vim licence " Website: http://github.com/dbeniamine/todo.txt.vim -" Version: 0.7 +" Version: 0.7.2 " vim: ts=4 sw=4 :help tw=78 cc=80 " These two variables are parameters for the successive calls the vim sort diff --git a/syntax/todo.vim b/syntax/todo.vim index 95ffec2..aec03a7 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -3,7 +3,7 @@ " Author: David Beniamine ,Leandro Freitas " License: Vim license " Website: http://github.com/dbeniamine/todo.txt-vim -" Version: 0.7 +" Version: 0.7.2 if exists("b:current_syntax") finish