about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_user_math_func
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Type/_user_math_func')
-rw-r--r--Completion/Zsh/Type/_user_math_func2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Type/_user_math_func b/Completion/Zsh/Type/_user_math_func
index 16774f70b..35a49d50e 100644
--- a/Completion/Zsh/Type/_user_math_func
+++ b/Completion/Zsh/Type/_user_math_func
@@ -6,4 +6,4 @@ local -a funcs
 funcs=(${${${(f)"$(functions -M)"}##functions -M }%% *})
 
 _wanted user-math-functions expl 'user math function' \
-    compadd -S '(' "$@" -a funcs
+    compadd -S '(' -q "$@" -a funcs