Felipe Contreras wrote: > 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. Ah, it's complete(), not _complete(). I see the problem and I'll propose a similar patch. -- 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