diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-10 11:00:05 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-10 11:00:05 +0000 |
commit | 5659f442c09bf3e94a60887b998473af02590477 (patch) | |
tree | 1180270207278bd62e4061dc44533780eaa45c84 /Completion/Zsh/Command/_zstyle | |
parent | 324e26d8ceb08ea907c686265f2b51bbc8232cff (diff) | |
download | zsh-5659f442c09bf3e94a60887b998473af02590477.tar.gz zsh-5659f442c09bf3e94a60887b998473af02590477.tar.xz zsh-5659f442c09bf3e94a60887b998473af02590477.zip |
allow manual pages to be shown separated by section with new separate-sections style (16426)
Diffstat (limited to 'Completion/Zsh/Command/_zstyle')
-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 ffd3c6dd4..48a39deed 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -100,6 +100,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 |