mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #1387
- #1387 ZSH Auto-Completion dates are not current (thanks to Benjamin Weber).
This commit is contained in:
parent
2599f1a0c6
commit
d0776c83b5
2 changed files with 14 additions and 2 deletions
|
@ -68,6 +68,7 @@ Bugs
|
||||||
(thanks to Fidel Mato).
|
(thanks to Fidel Mato).
|
||||||
+ #1300 Encode/decode pairing is now properly balanced.
|
+ #1300 Encode/decode pairing is now properly balanced.
|
||||||
+ #1305 Commit hash now available in tarball builds (thanks to Ben Boeckel).
|
+ #1305 Commit hash now available in tarball builds (thanks to Ben Boeckel).
|
||||||
|
+ #1387 ZSH Auto-Completion dates are not current (thanks to Benjamin Weber).
|
||||||
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
||||||
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
||||||
(thanks to greenskeleton).
|
(thanks to greenskeleton).
|
||||||
|
|
|
@ -98,11 +98,13 @@ _regex_words values 'task dates' \
|
||||||
'soww:Start of work week' \
|
'soww:Start of work week' \
|
||||||
'socw:Start of calendar week' \
|
'socw:Start of calendar week' \
|
||||||
'som:Start of month' \
|
'som:Start of month' \
|
||||||
|
'soq:Start of quarter' \
|
||||||
'soy:Start of year' \
|
'soy:Start of year' \
|
||||||
'eow:End of week' \
|
'eow:End of week' \
|
||||||
'eoww:End of work week' \
|
'eoww:End of work week' \
|
||||||
'eocw:End of calendar week' \
|
'eocw:End of calendar week' \
|
||||||
'eom:End of month' \
|
'eom:End of month' \
|
||||||
|
'eoq:End of quarter' \
|
||||||
'eoy:End of year' \
|
'eoy:End of year' \
|
||||||
'mon:Monday' \
|
'mon:Monday' \
|
||||||
'tue:Tuesday'\
|
'tue:Tuesday'\
|
||||||
|
@ -110,7 +112,16 @@ _regex_words values 'task dates' \
|
||||||
'thu:Thursday' \
|
'thu:Thursday' \
|
||||||
'fri:Friday' \
|
'fri:Friday' \
|
||||||
'sat:Saturday' \
|
'sat:Saturday' \
|
||||||
'sun:Sunday'
|
'sun:Sunday' \
|
||||||
|
'good*friday:Good Friday' \
|
||||||
|
'easter:Easter' \
|
||||||
|
'eastermonday:Easter Monday' \
|
||||||
|
'ascension:Ascension' \
|
||||||
|
'pentecost:Pentecost' \
|
||||||
|
'midsommar:Midsommar' \
|
||||||
|
'midsommarafton:Midsommarafton' \
|
||||||
|
'later:Later' \
|
||||||
|
'someday:Some Day'
|
||||||
_task_dates=("$reply[@]")
|
_task_dates=("$reply[@]")
|
||||||
|
|
||||||
local -a _task_reldates
|
local -a _task_reldates
|
||||||
|
@ -141,7 +152,7 @@ _regex_words values 'task frequencies' \
|
||||||
'weekly:Every week' \
|
'weekly:Every week' \
|
||||||
'biweekly:Every two weeks' \
|
'biweekly:Every two weeks' \
|
||||||
'fortnight:Every two weeks' \
|
'fortnight:Every two weeks' \
|
||||||
'monthly:Every month' \
|
'monthly:Every month' \
|
||||||
'quarterly:Every three months' \
|
'quarterly:Every three months' \
|
||||||
'semiannual:Every six months' \
|
'semiannual:Every six months' \
|
||||||
'annual:Every year' \
|
'annual:Every year' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue