diff options
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r-- | Src/Zle/comp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h index 93e3c68eb..506d85135 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -150,6 +150,7 @@ struct cmatcher { #define CMF_LINE 1 #define CMF_LEFT 2 #define CMF_RIGHT 4 +#define CMF_INTER 8 struct cpattern { Cpattern next; /* next sub-pattern */ |