From 526727ea54b343cf657d8a05ae398e86ed0c74c5 Mon Sep 17 00:00:00 2001 From: David Beniamine Date: Wed, 25 Mar 2015 21:35:44 -0300 Subject: [PATCH] typos fix on doc --- README.markdown | 2 +- doc/todo.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.