From 7515fde8aeca9a1dcd9530faa64b8b7b2670632c Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Tue, 9 Feb 2016 20:53:58 +0100 Subject: [PATCH] Fix bad todo#Complete name see issue#7 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index fa76940..9b062d4 100644 --- a/README.markdown +++ b/README.markdown @@ -132,7 +132,7 @@ 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 + " 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 @@ -145,7 +145,7 @@ adding the next lines to your vimrc: au filetype todo imap @ @ -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).