mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Bug #990
- Precise in the documentation that the wildcards for color precedence must terminate with a dot. If not, 'tag' is completed as 'tagged', which violates the default precedence rule. - Change default precedence rule to reflect this. - Unit test. - ChangeLog and AUTHORS file updated.
This commit is contained in:
parent
90c420263c
commit
7a8e292fe8
6 changed files with 86 additions and 22 deletions
|
@ -243,12 +243,12 @@ be a visual mess. Beware!
|
|||
The precedence for the color rules is determined by the configuration
|
||||
variable 'rule.precedence.color', which by default contains:
|
||||
|
||||
due.today,active,blocked,overdue,due,keyword,project,tag,recurring,pri,tagged,completed,deleted
|
||||
due.today,active,blocked,overdue,due,keyword.,project.,tag.,recurring,pri.,tagged,completed,deleted
|
||||
|
||||
These are just the color rules with the 'color.' prefix removed. The
|
||||
rule 'color.due.today' is the highest precedence, and 'color.deleted' is the lowest.
|
||||
|
||||
The keyword rule shown here as 'keyword' corresponds to a wildcard pattern,
|
||||
The keyword rule shown here as 'keyword.' corresponds to a wildcard pattern,
|
||||
meaning 'color.keyword.*', or in other words all the keyword rules. Similarly
|
||||
for the 'color.tag.*' and 'color.project.*' rules.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue