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

Re: [PATCH] _git shouldn't return 0 if there are no matches



On Thu, May 27, 2010 at 00:57, Holger Weiss <holger@xxxxxxxxxxxxxxxx> wrote:

> _git handles the completion for a sub-command such as "git foo" by
> calling the function _git-foo via _call_function. ÂWithout this patch,
> _git then returns the status returned by _call_function (which is 0 if
> _call_function was able to call _git-foo) instead of the status returned
> by _git-foo.

Good call!



Messages sorted by: Reverse Date, Date, Thread, Author