Update README.markdown

It looks like there's a typo on line 136; the function appears to be todo#Complete, not todo#complete.
This commit is contained in:
Greg
2015-12-02 16:49:23 -07:00
parent 41a75a8f50
commit 4d819f888b

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:
" 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
adding the next lines to your vimrc: