Re: zsh completion broken for file completion

2013-04-02 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 01/04/2013 11:29, Felipe Contreras ha scritto: > > > On Thu, Feb 28, 2013 at 12:59 PM, Manlio Perillo > mailto:manlio.peri...@gmail.com>> wrote: > > > [1] Basically, on my system I need the following change at the end of > the file:

Re: zsh completion broken for file completion

2013-04-01 Thread Felipe Contreras
On Thu, Feb 28, 2013 at 12:59 PM, Manlio Perillo wrote: > > [1] Basically, on my system I need the following change at the end of > the file: > > -_git > +autoload -U +X compinit && compinit > +compdef _git git gitk > > I don't know the reason, however; and it seems

Re: zsh completion broken for file completion

2013-02-28 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 28/02/2013 19:43, Matthieu Moy ha scritto: > Hi, > > The completion for e.g. "git add file" is broken in master. I get > the following result: > > git add fo__gitcomp_file:8: command not found: compgen > > The guilty commit is fea16b47b60 (Fri Ja

zsh completion broken for file completion

2013-02-28 Thread Matthieu Moy
Hi, The completion for e.g. "git add file" is broken in master. I get the following result: git add fo__gitcomp_file:8: command not found: compgen The guilty commit is fea16b47b60 (Fri Jan 11 19:48:43 2013, Manlio Perillo, git-completion.bash: add support for path completion), which introduces a