small changes on readme

This commit is contained in:
David Beniamine
2015-04-23 23:54:56 -03:00
parent 7c56fc740a
commit dab0ef5c14

View File

@@ -73,18 +73,15 @@ We also provide a nice complete function for project and context, to use it
add the following lines to your vimrc: add the following lines to your vimrc:
" Use TodoComplete as the user complete " Use TodoComplete as the user complete
au filetype todo setlocal completefunc=TodoComplete au filetype todo setlocal completefunc=TodoComplete
You can also start automatically the completion when entering '+' or '@' by You can also start automatically the completion when entering '+' or '@' by
adding the next lines to your vimrc: adding the next lines to your vimrc:
" Auto complete projects " Auto complete projects
au filetype todo imap + +<C-X><C-U> au filetype todo imap + +<C-X><C-U>
" Auto complete contexts " Auto complete contexts
au filetype todo imap @ @<C-X><C-U> au filetype todo imap @ @<C-X><C-U>
The TodoComplete function is designed to complete projects (starting by '+') The TodoComplete function is designed to complete projects (starting by '+')