Document g:TodoTxtStripDoneItemPriority

This commit is contained in:
Risto Saarelma
2019-02-11 15:46:47 +02:00
committed by David Beniamine
parent f1788f53f9
commit 20e137bfcf
2 changed files with 15 additions and 0 deletions

View File

@@ -328,6 +328,14 @@ following to your vimrc:
`<LocalLeader>` is \ by default, so ̀`<LocaLeader>-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*
`<LocalLeader>ff` : Try to fix todo.txt format