Merge pull request #40 from siddharthist/master

Clarified which files are considered todo.txt
This commit is contained in:
Leandro Freitas
2015-05-21 14:01:41 -03:00

View File

@@ -34,5 +34,7 @@ Mark as done:
`<localleader>X` Mark all tasks as done
`<localleader>D` Move completed tasks to done.txt
This plugin detects any text file with the name todo.txt or done.txt with an optional prefix that ends in a period (e.g. second.todo.txt, example.done.txt).
If you want the help installed, run ":helptags ~/.vim/doc" inside vim after having copied the files.
Then you will be able to get the commands help with: :h todo.txt
Then you will be able to get the commands help with: `:h todo.txt`.