mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature #1099
- Added Feature #1099, which supports the 'color.uda.<uda-name>' color rule (thanks to Florian Hollerweger).
This commit is contained in:
parent
7710c7a623
commit
d8579730f5
8 changed files with 84 additions and 2 deletions
|
@ -229,6 +229,7 @@ int CmdShow::execute (std::string& output)
|
|||
if (i->substr (0, 14) != "color.keyword." &&
|
||||
i->substr (0, 14) != "color.project." &&
|
||||
i->substr (0, 10) != "color.tag." &&
|
||||
i->substr (0, 10) != "color.uda." &&
|
||||
i->substr (0, 8) != "holiday." &&
|
||||
i->substr (0, 7) != "report." &&
|
||||
i->substr (0, 6) != "alias." &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue