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"}},
|
||||
{":day", {"today", "tomorrow"}},
|
||||
{":week", {"socw", "eocw"}},
|
||||
{":month", {"socw", "eocw"}},
|
||||
{":quarter", {"socw", "eocw"}},
|
||||
{":year", {"socw", "eocw"}},
|
||||
{":month", {"socm", "eocm"}},
|
||||
{":quarter", {"socq", "eocq"}},
|
||||
{":year", {"socy", "eocy"}},
|
||||
};
|
||||
|
||||
if (hints.find (hint) != hints.end ())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue