Hi, On Thu, 11 Mar 2021, at 22:53, Kevin Locke wrote: > The bash-completion script which git-phab installs has a syntax error > (missing } to end the function) and calls a function which is not > defined (_python_argcomplete_global). The errors were hidden due to > bash-completion redirecting stdout/stderr when loading completion > scripts, which is being changed in an upcoming version. See > https://github.com/scop/bash-completion/issues/506 > > I've attached a patch with a functional bash-completion script based on > the output of register-python-argcomplete3. See patch for specific > details.
Thanks a lot! -- Cheers, Andrej