mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Corrected hint ranges now that libshared supports it
This commit is contained in:
parent
ae1b73bae5
commit
b8adbdb1ad
1 changed files with 3 additions and 3 deletions
|
@ -100,9 +100,9 @@ bool expandIntervalHint (
|
||||||
{":yesterday", {"yesterday", "today"}},
|
{":yesterday", {"yesterday", "today"}},
|
||||||
{":day", {"today", "tomorrow"}},
|
{":day", {"today", "tomorrow"}},
|
||||||
{":week", {"socw", "eocw"}},
|
{":week", {"socw", "eocw"}},
|
||||||
{":month", {"socw", "eocw"}},
|
{":month", {"socm", "eocm"}},
|
||||||
{":quarter", {"socw", "eocw"}},
|
{":quarter", {"socq", "eocq"}},
|
||||||
{":year", {"socw", "eocw"}},
|
{":year", {"socy", "eocy"}},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (hints.find (hint) != hints.end ())
|
if (hints.find (hint) != hints.end ())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue