mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #458
- Fixed bug #458, removing the ambiguous 'm' as a duration, leaving 'mi[nutes]' and 'mo[nths]' requiring at least two characters for a match.
This commit is contained in:
parent
d15cccdb7d
commit
257f5ab3da
3 changed files with 3 additions and 10 deletions
|
@ -67,7 +67,6 @@ static const char* durations[] =
|
|||
"mth",
|
||||
"mos",
|
||||
"mo",
|
||||
"m",
|
||||
"quarterly",
|
||||
"quarters",
|
||||
"qrtrs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue