mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Context
- Corrected comment.
This commit is contained in:
parent
d2ca1c498c
commit
8eb773b263
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ int Context::initialize (int argc, const char** argv)
|
||||||
// Setting the debug switch has ripple effects.
|
// Setting the debug switch has ripple effects.
|
||||||
propagateDebug ();
|
propagateDebug ();
|
||||||
|
|
||||||
// These may have changed.
|
// These may have changed, so reapply.
|
||||||
// TODO Uh oh.
|
|
||||||
Lexer::dateFormat = config.get ("dateformat");
|
Lexer::dateFormat = config.get ("dateformat");
|
||||||
Variant::dateFormat = config.get ("dateformat");
|
Variant::dateFormat = config.get ("dateformat");
|
||||||
Variant::searchCaseSensitive = config.getBoolean ("search.case.sensitive");
|
Variant::searchCaseSensitive = config.getBoolean ("search.case.sensitive");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue