about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_user_math_func
blob: 16774f70b79729136253c8ee39b28e38db40ca11 (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 '(' "$@" -a funcs