Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] _git: enable completion for arguments to git aliases



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