about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_enable2
-rw-r--r--Completion/Zsh/Context/_value2
2 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_enable b/Completion/Zsh/Command/_enable
index 527423b3c..380e3ba5d 100644
--- a/Completion/Zsh/Command/_enable
+++ b/Completion/Zsh/Command/_enable
@@ -5,4 +5,4 @@ _arguments -C -s -A "-*" -S \
   "(-a -r)-f[act on functions]:*:functions:(${(k)dis_functions})" \
   "(-a -f)-r[act on reserved words]:*:reserved-words:(${(k)dis_reswords})" \
   '-m[treat arguments as patterns]' \
-  "*:builtin command:(${(@k)dis_builtins})"
+  "*:builtin command:(${(k)dis_builtins})"
diff --git a/Completion/Zsh/Context/_value b/Completion/Zsh/Context/_value
index 15218eb60..cb2675c0e 100644
--- a/Completion/Zsh/Context/_value
+++ b/Completion/Zsh/Context/_value
@@ -58,4 +58,6 @@ _value:LDFLAGS () {
   fi
 }
 
+_value:DISPLAY() { _x_display "$@" }
+
 _value "$@"