mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix
- Allows 'bulk' as a valid configuration variable.
This commit is contained in:
parent
65595220f2
commit
32b951dcc9
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ std::string handleVersion ()
|
||||||
// These are the regular configuration variables.
|
// These are the regular configuration variables.
|
||||||
// Note that there is a leading and trailing space, to make searching easier.
|
// Note that there is a leading and trailing space, to make searching easier.
|
||||||
std::string recognized =
|
std::string recognized =
|
||||||
" blanklines color color.active color.due color.overdue color.pri.H "
|
" blanklines bulk color color.active color.due color.overdue color.pri.H "
|
||||||
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
||||||
"color.footnote color.header color.debug confirmation curses data.location "
|
"color.footnote color.header color.debug confirmation curses data.location "
|
||||||
"dateformat debug default.command default.priority defaultwidth due locale "
|
"dateformat debug default.command default.priority defaultwidth due locale "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue