mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ISO8601: Added separate ::isoEnabled settings for ISO8601d and ISO8601p
This commit is contained in:
parent
9adfddfe65
commit
61e494195a
3 changed files with 27 additions and 8 deletions
|
@ -633,6 +633,7 @@ void Context::staticInitialization ()
|
|||
Task::regex = Variant::searchUsingRegex = config.getBoolean ("regex");
|
||||
Lexer::dateFormat = Variant::dateFormat = config.get ("dateformat");
|
||||
Lexer::isoEnabled = Variant::isoEnabled = config.getBoolean ("date.iso");
|
||||
ISO8601p::isoEnabled = ISO8601d::isoEnabled = config.getBoolean ("date.iso");
|
||||
|
||||
TDB2::debug_mode = config.getBoolean ("debug");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue