From 20e137bfcfd9869b4d61146c69c246f2e7e56e26 Mon Sep 17 00:00:00 2001 From: Risto Saarelma Date: Mon, 11 Feb 2019 15:46:47 +0200 Subject: [PATCH] Document g:TodoTxtStripDoneItemPriority --- README.markdown | 7 +++++++ doc/todo.txt | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/README.markdown b/README.markdown index 0f48e19..21e01dc 100644 --- a/README.markdown +++ b/README.markdown @@ -299,6 +299,13 @@ following to your vimrc: + `D` : Move completed tasks to done file, see [TodoTxt Files](#todotxt-files) +When you mark an item with a priority as done, it is assigned a priority tag +like `pri:A` so that the priority can be restored if the item is toggled back +to undone. If you don't want the tags showing up in your done file, you can +disable this behavior by setting the following global variable: + + let g:TodoTxtStripDoneItemPriority=1 + ### Format + `ff` : Try to fix todo.txt format diff --git a/doc/todo.txt b/doc/todo.txt index c58ef96..9aab494 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -328,6 +328,14 @@ following to your vimrc: `` is \ by default, so ̀`-s` means you type \s +When you mark an item with a priority as done, it is assigned a priority tag +like `pri:A` so that the priority can be restored if the item is toggled back +to undone. If you don't want the tags showing up in your done file, you can +disable this behavior by setting the following global variable: +> + let g:TodoTxtStripDoneItemPriority=1 +< + 7.5 Format *TodoTxt-format* `ff` : Try to fix todo.txt format