diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-23 14:23:16 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-23 14:23:16 +0000 |
| commit | 22c3204495f1a5e55aaf84a850fb892d1ecb6fe8 (patch) | |
| tree | aa37c3ead92c2892017c037479fadd2e42f5490f /Src/Zle/comp.h | |
| parent | add -E option to zparseopts (11530) (diff) | |
| download | zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.gz zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.bz2 zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.lz zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.xz zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.tar.zst zsh-22c3204495f1a5e55aaf84a850fb892d1ecb6fe8.zip | |
add -[ak] options to compadd (11533)
Diffstat (limited to 'Src/Zle/comp.h')
| -rw-r--r-- | Src/Zle/comp.h | 2 |
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() */ |
