about summary refs log tree commit diff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-23 14:23:16 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-23 14:23:16 +0000
commit22c3204495f1a5e55aaf84a850fb892d1ecb6fe8 (patch)
treeaa37c3ead92c2892017c037479fadd2e42f5490f /Src/Zle/comp.h
parent00772b72a7a79b6f35b1b805c305a4b6fc285659 (diff)
downloadzsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.gz
zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.xz
zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.zip
add -[ak] options to compadd (11533)
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h
index bd0401800..93e3c68eb 100644
--- a/Src/Zle/comp.h
+++ b/Src/Zle/comp.h
@@ -233,6 +233,8 @@ struct menuinfo {
 #define CAF_MATCH    4
 #define CAF_UNIQCON  8
 #define CAF_UNIQALL 16
+#define CAF_ARRAYS  32
+#define CAF_KEYS    64
 
 /* Data for compadd and addmatches() */