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_func2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Type/_module_math_func b/Completion/Zsh/Type/_module_math_func
index 4df8d9714..6be9c006a 100644
--- a/Completion/Zsh/Type/_module_math_func
+++ b/Completion/Zsh/Type/_module_math_func
@@ -6,4 +6,4 @@ 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
+    compadd -S '(' -q "$@" -a funcs