On 2021-09-05 01:43 PM, Bart Schaefer wrote:
On Sun, Sep 5, 2021 at 10:27 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:On Sun, Sep 5, 2021 at 10:16 AM Steve Dondley <s@xxxxxxxxxxx> wrote: > > This does not autocomplete: > > task add due:1h project:To<tab> Where did you get the completion definition for "task"?I found the one in the OMZ git. The problem isn't the colon, it's that "h" is not defined as a valid abbreviation for "hours". % task add due:1hrs pro<TAB> completes just fine. You'll need to report this to the OMZ project.
Yes, sir, just discovered the root cause of problem myself and came here to report it.