From 85b2e86b731eac546a0367cf8e57826530111bde Mon Sep 17 00:00:00 2001 From: siddharthist Date: Thu, 21 May 2015 10:39:33 -0500 Subject: [PATCH] Clarified which files are considered todo.txt --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7b431dc..7220c9f 100644 --- a/README.markdown +++ b/README.markdown @@ -34,5 +34,7 @@ Mark as done: `X` Mark all tasks as done `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`.