Felipe Contreras [off-list ref] writes:
On Mon, May 20, 2013 at 7:33 PM, Felipe Contreras
[off-list ref] wrote:
quoted
zsh completion wrapper doesn't reimplement __gitcompadd(). Although it
should be trivial to do that, let's use __gitcomp_nl() which achieves
exactly the same thing, specially since the suffix ($4) has to be empty.
Signed-off-by: Felipe Contreras <redacted>
This is probably v1.8.3 material, I just noticed it's probably a
regression introduced by 1ce23aa (completion: add new __gitcompadd
helper).
Great. That is not in v1.8.2.X, but was already in v1.8.3-rc0, so
we would need to do something about it.
I am not very happy about the latter "probably", though. If it is a
regression, at this late in the cycle, it is often safer to revert
the original.
Will apply directly to 'master'. Thanks.