Teach zsh to complete intermediary targets.
authorNicolas Despres <nicolas.despres@gmail.com>
Thu, 24 Dec 2015 15:47:33 +0000 (16:47 +0100)
committerNicolas Despres <nicolas.despres@gmail.com>
Thu, 24 Dec 2015 15:53:05 +0000 (16:53 +0100)
commit48e647781da3986ffbd3b6974ef9f3ac23d4047c
tree5d3f3969fe95110e992131dabc5548641664f84b
parent9a4eb587f3d3dcc6e6edd8d344a93b1c32d27dc7
Teach zsh to complete intermediary targets.

Bash completion script uses "-t targets all" to list the target which
is faster than "-t targets" and reports intermediary targets
(see the manual entry for the 'targets' tool).

See commit fc135c45.
misc/zsh-completion