zsh-users
 help / color / mirror / code / Atom feed
4d336695d0865bd94f29ed20307b91772ed14300 blob 233 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef unfunction

local expl ffilt

zstyle -t ":completion:${curcontext}:functions" prefix-needed && \
 [[ $PREFIX != [_.]* ]] && \
 ffilt='[(I)[^_.]*]'

_wanted functions expl 'shell function' compadd -k "$@" - "functions$ffilt"
debug log:

solving 4d33669 ...
found 4d33669 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).