Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Colon in alias appears to be breaking task compltion
- X-seq: zsh-users 27092
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Steve Dondley <s@xxxxxxxxxxx>
- Cc: Zsh users <zsh-users@xxxxxxx>
- Subject: Re: Colon in alias appears to be breaking task compltion
- Date: Sun, 5 Sep 2021 10:43:27 -0700
- Archived-at: <https://zsh.org/users/27092>
- In-reply-to: <CAH+w=7bxkhAhRnz-L5A9B=2+2KoRgPSb37FE1FGHB+su-LROBg@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <51f72df9dcf7b69a4fa965d5a011929d@dondley.com> <9089eaa8b480424c11b72043e85787b2@dondley.com> <CAH+w=7bxkhAhRnz-L5A9B=2+2KoRgPSb37FE1FGHB+su-LROBg@mail.gmail.com>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author