diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-03 15:27:14 +0000 |
commit | b687bd97509053f27a27dab2f0e0cc13fa99ba02 (patch) | |
tree | 2a8597be0b5aae25bd6435ff023904ee9e107361 /Doc/Zsh/compsys.yo | |
parent | 8a540b99c5098166e428195cf1426a995faa5e5c (diff) | |
download | zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.gz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.tar.xz zsh-b687bd97509053f27a27dab2f0e0cc13fa99ba02.zip |
Various completion fixes
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index cf953d103..b7bab6c6d 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1651,10 +1651,10 @@ will be considered. Of course, this can also be used to split the matches for one tag into different groups. For example: -example(zstyle ':completion:*:options' tag-order \ - 'options:-long:long options - options:-short:short options - options:-single-letter:single letter options' +example(zstyle ':completion:*' tag-order \ + 'options:-long:long\ options + options:-short:short\ options + options:-single-letter:single\ letter\ options' zstyle ':completion:*:options-long' ignored-patterns '[-+](|-|[^-]*)' zstyle ':completion:*:options-short' ignored-patterns '--*' '[-+]?' |