On Sun, Oct 14, 2012 at 5:52 PM, Felipe Contreras <felipe.contreras@xxxxxxxxx> wrote: > +__gitcompadd () > +{ > + compadd -Q -S "$4" -P "$2" -p "${(M)cur#*[=:]}" -- ${=1} && _ret=0 I just found a bug, should be: compadd -Q -S "$4" -P "${(M)cur#*[=:]}" -p "$2" -- ${=1} && _ret=0 -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html