More doc plus version number updated

This commit is contained in:
David Beniamine
2015-06-10 02:12:06 +02:00
parent 685001499c
commit 3c39283066
6 changed files with 10 additions and 12 deletions

View File

@@ -87,11 +87,8 @@ adding the next lines to your vimrc:
The TodoComplete function is designed to complete projects (starting by '+')
and context (starting by '@'). If you use it on a regular word, it will do a
normal buffer completion.
If you try to complete a project, it will propose all projects in the file and
for each of them, it will show their context in the preview window.
If you try to complete a project, it will propose all projects in all open
buffers and for each of them, it will show their context and the name of the
buffers in which they appears in the preview window.
TodoCompelte does the same thing for context except that it gives in the
preview the list of projects existing in each existing contexts.
## Todo
Complete documentation

View File

@@ -77,7 +77,8 @@ COMPLETION *todo-complete*
The TodoComplete function is designed to complete projects (starting by '+')
and context (starting by '@'). If you use it on a regular word, it will do a
normal buffer completion.
If you try to complete a project, it will propose all projects in the file and
for each of them, it will show their context in the preview window.
If you try to complete a project, it will propose all projects in all open
buffers and for each of them, it will show their context and the name of the
buffers in which they appears in the preview window.
TodoCompelte does the same thing for context except that it gives in the
preview the list of projects existing in each existing contexts.

View File

@@ -3,7 +3,7 @@
" Author: Leandro Freitas <freitass@gmail.com>
" License: Vim license
" Website: http://github.com/dbeniamine/todo.txt-vim
" Version: 0.5
" Version: 0.6
autocmd BufNewFile,BufRead [Tt]odo.txt set filetype=todo
autocmd BufNewFile,BufRead [Dd]one.txt set filetype=todo

View File

@@ -3,7 +3,7 @@
" Author: Leandro Freitas <freitass@gmail.com>, David Beniamine <David@Beniamine.net>
" License: Vim license
" Website: http://github.com/dbeniamine/todo.txt-vim
" Version: 0.5
" Version: 0.6
" Save context {{{1
let s:save_cpo = &cpo

View File

@@ -3,7 +3,7 @@
" Author: David Beniamine <david@beniamine.net>
" Licence: Vim licence
" Website: http://github.com/dbeniamine/todo.txt.vim
" Version: 0.5
" Version: 0.6
" vim: ts=4 sw=4 :help tw=78 cc=80
" These two variables are parameters for the successive calls the vim sort

View File

@@ -3,7 +3,7 @@
" Author: Leandro Freitas <freitass@gmail.com>, David Beniamine <David@Beniamine.net>
" License: Vim license
" Website: http://github.com/dbeniamine/todo.txt-vim
" Version: 0.5
" Version: 0.6
if exists("b:current_syntax")
finish