diff options
author | Clint Adams <clint@users.sourceforge.net> | 2002-05-31 20:29:40 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2002-05-31 20:29:40 +0000 |
commit | 7f7f6ca1bac49513b403e604e66853ee61f8d626 (patch) | |
tree | 953326f485a7b2026ce11d4278d6d25f1408c3a6 /Completion/Zsh/Command | |
parent | def39b7cb78355cd855d858f204126c577b49b0e (diff) | |
download | zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.gz zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.xz zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.zip |
unposted: get rid of evil -Wno-implicit in CFLAGS.
16426: allow manual pages to be shown separated by section with new separate-sections style 17266: check `manpath` even when $MANPATH is set. users/4157 (plus workers/15674): Better handling of section numbers.
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 37590f0d9..9f961416a 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -82,6 +82,7 @@ styles=( remove-all-dups c:bool select-prompt c: select-scroll c: + separate-sections c:bool single-ignored c:single-ignored sort c:bool special-dirs c:sdirs |