diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-14 15:01:13 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-14 15:01:13 +0000 |
commit | 356af078596a5e5a85a961e9926be07a8ba092e4 (patch) | |
tree | 2d86532ddb056e1f59426f0169b1fdb59774f956 /Src/zsh.h | |
parent | 537091ddf2db7d4ae4b072b40c546a4ba9ca4148 (diff) | |
download | zsh-356af078596a5e5a85a961e9926be07a8ba092e4.tar.gz zsh-356af078596a5e5a85a961e9926be07a8ba092e4.tar.xz zsh-356af078596a5e5a85a961e9926be07a8ba092e4.zip |
zsh-workers/8254
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index b8613135b..db7514d77 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -1086,6 +1086,7 @@ struct param { #define SCANPM_MATCHVAL (1<<4) #define SCANPM_MATCHMANY (1<<5) #define SCANPM_ASSIGNING (1<<6) +#define SCANPM_KEYMATCH (1<<7) #define SCANPM_ISVAR_AT ((-1)<<15) /* Only sign bit is significant */ /* |