diff --git a/README.markdown b/README.markdown index 1aa9540..bb795cd 100644 --- a/README.markdown +++ b/README.markdown @@ -84,7 +84,7 @@ au filetype todo imap + + au filetype todo imap @ @ The TodoComplete function is designed to complete projects (starting by '+') -and context (starting by '@'). If you use it on a regulard word, it will do a +and context (starting by '@'). If you use it on a regular word, it will do a normal buffer completion. If you try to complete a project, it will propose all projects in the file and for each of them, it will show their context in the preview window. diff --git a/doc/todo.txt b/doc/todo.txt index 024d238..30707d8 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -75,7 +75,7 @@ au filetype todo imap @ @ COMPLETION *todo-complete* The TodoComplete function is designed to complete projects (starting by '+') -and context (starting by '@'). If you use it on a regulard word, it will do a +and context (starting by '@'). If you use it on a regular word, it will do a normal buffer completion. If you try to complete a project, it will propose all projects in the file and for each of them, it will show their context in the preview window.