From 4158118c0b9e9163248f8494e0c99c51997cc19d Mon Sep 17 00:00:00 2001 From: AutumnalAntlers Date: Tue, 4 Aug 2020 14:27:56 -0700 Subject: [PATCH] Docs --- doc/todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo.txt b/doc/todo.txt index 8d7ca3d..83861b2 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -64,5 +64,12 @@ for example or if perhaps you just don't have/want python for vim: > 1 - Load (default) 0 - Don't load + *'g:todo_done_filename'* +Specify a custom filename for completed todo entries to be archived to. Useful +for compatibility with other todo.txt editors, or as a matter of preference: + let g:todo_done_filename = 'completed.txt' + + Default: Done.txt or done.txt based on todo.txt capitalization. + =============================================================================== vim:ft=help:et:ts=2:sw=2:sts=2:norl