This commit is contained in:
David Beniamine
2015-12-18 10:31:42 +01:00

View File

@@ -133,7 +133,7 @@ This plugin provides a nice complete function for project and context, to use
it add the following lines to your vimrc: 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 au filetype todo setlocal omnifunc=todo#Complete
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: