diff options
| author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-03 08:05:27 +0000 |
|---|---|---|
| committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-03 08:05:27 +0000 |
| commit | 0ddb4fb835d685b5dc71dadc08d5758a28b99439 (patch) | |
| tree | 466c89b29279f1d9459e1c663a68154830cb293b /Src/Zle/comp.h | |
| parent | 12133: Protect completion system from stray error output and assorted fatal (diff) | |
| download | zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar.gz zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar.bz2 zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar.lz zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar.xz zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.tar.zst zsh-0ddb4fb835d685b5dc71dadc08d5758a28b99439.zip | |
change format style with warnings tag, don't add descriptions as matches; make a-a-i-n-h in menu selection work even without matches (12134)
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 506d85135..57091c744 100644 --- a/Src/Zle/comp.h +++ b/Src/Zle/comp.h @@ -388,6 +388,7 @@ typedef struct chdata *Chdata; struct chdata { Cmgroup matches; /* the matches generated */ int num; /* the number of matches */ + int nmesg; /* the number of messages */ Cmatch cur; /* current match or NULL */ }; |
