about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_user_math_func
blob: 35a49d50e78b5957fc2deee1dafdabaeae4f684f (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

local expl
local -a funcs

funcs=(${${${(f)"$(functions -M)"}##functions -M }%% *})

_wanted user-math-functions expl 'user math function' \
    compadd -S '(' -q "$@" -a funcs