On Sat, Apr 14, 2018 at 6:27 AM, Jakub Narebski <[email protected]> wrote: > SZEDER Gábor <[email protected]> writes: >> On Fri, Apr 13, 2018 at 11:44 PM, Jakub Narebski <[email protected]> wrote: >>> SZEDER Gábor <[email protected]> writes: >>>> >>>> In Bash we can do better: run the 'compgen -v __gitcomp_builtin_' >>>> builtin command, which lists the same variables, but without a >>>> pipeline and 'sed' it can do so with lower overhead. >>> >>> What about ZSH? >> >> Nothing, ZSH is unaffected by this patch. > > All right, so for ZSH we would need LC_ALL=C trick, or come with some > equivalent of 'compgen -v __gitcomp_builtin_' for this shell. > > Good patch, though it does not solve whole of the problem. > > Best, > -- > Jakub Narębski
Is ZSH actually affected by the broken set behavior, though? Thanks, Jake

