From b687bd97509053f27a27dab2f0e0cc13fa99ba02 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 3 Apr 2000 15:27:14 +0000 Subject: Various completion fixes --- Doc/Zsh/compsys.yo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Doc') 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 '--*' '[-+]?' -- cgit 1.4.1