Merge branch 'master' of gitlab.com:dbeniamine/todo.txt-vim into github

This commit is contained in:
David Beniamine
2019-02-13 10:36:10 +01:00
2 changed files with 15 additions and 0 deletions

View File

@@ -301,6 +301,13 @@ following to your vimrc:
+ `<LocalLeader>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
+ `<LocalLeader>ff` : Try to fix todo.txt format

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