mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- The symbols '@' is part of the tag and not a special delimiter (adding a new item makes it more explicit).
This commit is contained in:
parent
0a3de2b867
commit
afcbaa20a9
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
#define STRING_COLUMN_LABEL_ORPHAN "Orphan UDA"
|
||||
|
||||
// Column Examples
|
||||
#define STRING_COLUMN_EXAMPLES_TAGS "home @chore"
|
||||
#define STRING_COLUMN_EXAMPLES_TAGS "home @chore next"
|
||||
#define STRING_COLUMN_EXAMPLES_PROJ "home.garden"
|
||||
#define STRING_COLUMN_EXAMPLES_PAR "home"
|
||||
#define STRING_COLUMN_EXAMPLES_IND " home.garden"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue