updated version and authors
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
" Description: Todo.txt filetype detection
|
" Description: Todo.txt filetype detection
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>
|
||||||
" License: Vim license
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/dbeniamine/todo.txt-vim
|
||||||
" Version: 0.1
|
" Version: 0.5
|
||||||
|
|
||||||
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
|
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
|
||||||
autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo
|
autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
" File: todo.txt.vim
|
" File: todo.txt.vim
|
||||||
" Description: Todo.txt filetype detection
|
" Description: Todo.txt filetype detection
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>, David Beniamine <David@Beniamine.net>
|
||||||
" License: Vim license
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/dbeniamine/todo.txt-vim
|
||||||
" Version: 0.4
|
" Version: 0.5
|
||||||
|
|
||||||
" Save context {{{1
|
" Save context {{{1
|
||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
" Author: David Beniamine <david@beniamine.net>
|
" Author: David Beniamine <david@beniamine.net>
|
||||||
" Licence: Vim licence
|
" Licence: Vim licence
|
||||||
" Website: http://github.com/dbeniamine/todo.txt.vim
|
" Website: http://github.com/dbeniamine/todo.txt.vim
|
||||||
" Version: 0.3
|
" Version: 0.5
|
||||||
" vim: ts=4 sw=4 :help tw=78 cc=80
|
" vim: ts=4 sw=4 :help tw=78 cc=80
|
||||||
|
|
||||||
" These two variables are parameters for the successive calls the vim sort
|
" These two variables are parameters for the successive calls the vim sort
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
" File: todo.txt.vim
|
" File: todo.txt.vim
|
||||||
" Description: Todo.txt syntax settings
|
" Description: Todo.txt syntax settings
|
||||||
" Author: Leandro Freitas <freitass@gmail.com>
|
" Author: Leandro Freitas <freitass@gmail.com>, David Beniamine <David@Beniamine.net>
|
||||||
" License: Vim license
|
" License: Vim license
|
||||||
" Website: http://github.com/freitass/todo.txt-vim
|
" Website: http://github.com/dbeniamine/todo.txt-vim
|
||||||
" Version: 0.3
|
" Version: 0.5
|
||||||
|
|
||||||
if exists("b:current_syntax")
|
if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
|
|||||||
Reference in New Issue
Block a user