zsh-workers
 help / color / mirror / code / Atom feed
2ae3a0f2c8f3bc78cd60943e72360e04e4dbd2d7 blob 323 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#autoload
# Front-end to the completion helper _shadow for use outside completion.
# This just forces proper autoload of _shadow/_unshadow and calls them.

autoload _shadow
mkshadow() { unset REPLY; _shadow "$@" }
rmshadow() { unset REPLY; _unshadow }

# Bootstrap because of autoload special case
unset REPLY
_shadow "$@"
debug log:

solving 2ae3a0f2c ...
found 2ae3a0f2c in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).