diff options
author | David Beniamine <david.beniamine@tetras-libre.fr> | 2019-11-17 15:03:30 +0000 |
---|---|---|
committer | David Beniamine <david.beniamine@tetras-libre.fr> | 2019-11-17 15:03:30 +0000 |
commit | e8231d56327177802fad336ad227cd613cb50443 (patch) | |
tree | 646cf50ffe9a5a0cff14f8c50d64ad06d9cfbe47 | |
parent | 4205e1c690ddd2442243f6c9f502c0221e301070 (diff) | |
parent | 89bd394f43b0028db149ebfb62a2eeb2f84a46d0 (diff) | |
download | todo.txt-vim-e8231d56327177802fad336ad227cd613cb50443.zip |
Merge branch 'natema-master-patch-23275' into 'master'
Fixing typo in README.md
See merge request dbeniamine/todo.txt-vim!32
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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, `<LocalLeader>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' |