summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beniamine <david.beniamine@tetras-libre.fr>2019-12-01 10:53:37 +0000
committerDavid Beniamine <david.beniamine@tetras-libre.fr>2019-12-01 10:53:37 +0000
commit84b5ae6413055cb886a2deb279a33925d2070c71 (patch)
tree9fd0f3ff6db2b5b75bf25670eb87b05850d8b980
parent95636b00260be7c823d55e94b1ab7958a1b044b1 (diff)
parentc07439984eb6a09f72495cc372e510680ea700d7 (diff)
downloadtodo.txt-vim-84b5ae6413055cb886a2deb279a33925d2070c71.zip
Merge branch 'natema-master-patch-52990' into 'master'
Duplicated Recurrence section in README. See merge request dbeniamine/todo.txt-vim!34
-rw-r--r--README.markdown20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.markdown b/README.markdown
index 5b70006..5ca3983 100644
--- a/README.markdown
+++ b/README.markdown
@@ -237,26 +237,6 @@ Examples:
This is a non-standard but widely adopted keyword.
-## Recurrence
-
-By adding a `rec:` tag to your task, when you complete (`<LocalLeader>x`) or
-postpone (`<LocalLeader>p`) the task, a new recurrence will be created due after
-the specified amount of time.
-
-The format is:
- `rec:[+][count][d|w|m|y]`
-
-Where:
- d = days, w = weeks, m = months, y = years
- The optional `+` specifies strict recurrence (see below)
-
-Examples:
- * `rec:2w` - Recurs two weeks after the task is completed.
- * `rec:3d` - Recurs three days after the task is completed.
- * `rec:+1w` - Recurs one week from the due date (strict)
-
-This is a non-standard but widely adopted keyword.
-
## Mappings
By default todo-txt.vim sets all the mappings described in this section. To