Mark Lodato wrote: > Previously, git-completion.zsh redefined complete() to make > __git_complete() a no-op. This broke zsh's built-in bash completion > compatibility layer (bashcompinit), which defines its own complete(). How exactly? I'm testing this and I don't see any problems. I run 'type -f _complete' and I get bashcompinit's complete, and the internal _complete() function is used only by the _git completion. How have you configured this completion? Are you using the recommended instructions? -- 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