On 16/08/19 02:36AM, brian m. carlson wrote: > On 2019-08-15 at 19:50:27, Pratyush Yadav wrote: > > I tried looking at contrib/completion, and I can see that zsh completion > > works on top of bash completion, so I don't know why exactly it works > > for bash but not for zsh. > > > > I am not too familiar with how these auto completion scripts work, so if > > someone can point me in the right direction, I'll see if I can figure > > out a fix and submit it here. > > zsh uses its own completion system which is substantially different from > the bash one and includes definitions for most programs shipped with it. > Are you sure you're using the Git-shipped completions and not the ones > shipped with zsh? Yes, you are correct. I was using the zsh shipped completion. Using the git shipped completion fixes this. Thanks. -- Regards, Pratyush Yadav