diff options
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() */ |