about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_module_math_func
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Type/_module_math_func')
-rw-r--r--Completion/Zsh/Type/_module_math_func9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Zsh/Type/_module_math_func b/Completion/Zsh/Type/_module_math_func
new file mode 100644
index 000000000..4df8d9714
--- /dev/null
+++ b/Completion/Zsh/Type/_module_math_func
@@ -0,0 +1,9 @@
+#autoload
+
+local expl
+local -a funcs
+
+funcs=(${${${(f)"$(zmodload -Fl zsh/mathfunc 2>/dev/null)"}:#^+f:*}##+f:})
+
+_wanted module-math-functions expl 'math function from zsh/mathfunc' \
+    compadd -S '(' "$@" -a funcs