diff --git a/ftdetect/todo.vim b/ftdetect/todo.vim index a12a122..5d23210 100644 --- a/ftdetect/todo.vim +++ b/ftdetect/todo.vim @@ -2,8 +2,8 @@ " Description: Todo.txt filetype detection " Author: Leandro Freitas " License: Vim license -" Website: http://github.com/freitass/todo.txt-vim -" Version: 0.1 +" Website: http://github.com/dbeniamine/todo.txt-vim +" Version: 0.5 autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo diff --git a/ftplugin/todo.vim b/ftplugin/todo.vim index bfef880..0b1f868 100644 --- a/ftplugin/todo.vim +++ b/ftplugin/todo.vim @@ -1,9 +1,9 @@ " File: todo.txt.vim " Description: Todo.txt filetype detection -" Author: Leandro Freitas +" Author: Leandro Freitas , David Beniamine " License: Vim license -" Website: http://github.com/freitass/todo.txt-vim -" Version: 0.4 +" Website: http://github.com/dbeniamine/todo.txt-vim +" Version: 0.5 " Save context {{{1 let s:save_cpo = &cpo diff --git a/ftplugin/todo_sort.vim b/ftplugin/todo_sort.vim index df74413..5b35da3 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.3 +" Version: 0.5 " 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 e498cc0..4fe5962 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -1,9 +1,9 @@ " File: todo.txt.vim " Description: Todo.txt syntax settings -" Author: Leandro Freitas +" Author: Leandro Freitas , David Beniamine " License: Vim license -" Website: http://github.com/freitass/todo.txt-vim -" Version: 0.3 +" Website: http://github.com/dbeniamine/todo.txt-vim +" Version: 0.5 if exists("b:current_syntax") finish