summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beniamine <david@beniamine.net>2019-07-10 14:13:01 +0200
committerDavid Beniamine <david@beniamine.net>2019-07-10 14:13:01 +0200
commitb9dc37a61a53ba348127e6e8507c60330a324587 (patch)
treec8fb7ab49afc9fde9043ea0b80c0ef40c13439f1
parent1a4d977caccde85004d281577f8f96f77979e060 (diff)
downloadtodo.txt-vim-b9dc37a61a53ba348127e6e8507c60330a324587.zip
Update doc fix #39
-rw-r--r--doc/todo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
index 9aab494..f5d89eb 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -160,8 +160,8 @@ like this behavior, you can set the default done.txt name:
This plugin provides a nice complete function for project and context, to use
it add the following lines to your vimrc:
>
- " Use todo#complete as the omni complete function for todo files
- au filetype todo setlocal omnifunc=todo#complete
+ " Use todo#Complete as the omni complete function for todo files
+ au filetype todo setlocal omnifunc=todo#Complete
<
You can also start automatically the completion when entering '+' or '@' by
adding the next lines to your vimrc:
@@ -173,7 +173,7 @@ adding the next lines to your vimrc:
au filetype todo imap <buffer> @ @<C-X><C-O>
<
-The `todo#complete` function is designed to complete projects (starting by `+`)
+The `todo#Complete` 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 keyword completion (on all buffers).