Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] _git: enable completion for arguments to git aliases
- X-seq: zsh-workers 24428
- From: Clint Adams <clint@xxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: [PATCH] _git: enable completion for arguments to git aliases
- Date: Mon, 21 Jan 2008 20:33:51 -0500
- In-reply-to: <20080120211743.GD10084@xxxxxxxxxxxxxxx>
- Mail-followup-to: zsh workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080120211743.GD10084@xxxxxxxxxxxxxxx>
On Sun, Jan 20, 2008 at 10:17:43PM +0100, Frank Terbeck wrote:
> The following implements what the subject suggests. I'm not convinced,
> that the way I did is the best there is. So comments are welcome.
>
> So, considering, you got an alias for checkout named 'co', you get the
> completions you would expect for checkout when trying: git co <TAB>.
>
>
> Also, I "fixed" up some places, where single single quotes where used
> in double quotes, which confused vim's syntax highlighting quite a
> bit.
>
> Last but not least, this fixes a bug in '--date=' completions (for eg.
> git log --date=<TAB>).
Committed, thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author