From 89bd394f43b0028db149ebfb62a2eeb2f84a46d0 Mon Sep 17 00:00:00 2001 From: Emanuele Natale Date: Sun, 17 Nov 2019 14:57:50 +0000 Subject: [PATCH] Fixing typo in README.md --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d6b32c2..6590d5c 100644 --- a/README.markdown +++ b/README.markdown @@ -148,7 +148,7 @@ And obviously the same are recognize as done: Moreover, `D` moves the task under the cursor to the done.txt file corresponding to the current todo.txt, aka if you are editing -2015-07-07-todo.txt, the done file while be 2015-07-07-done.txt. If you don't +2015-07-07-todo.txt, the done file will be 2015-07-07-done.txt. If you don't like this behavior, you can set the default done.txt name: let g:TodoTxtForceDoneName='done.txt'