From aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 3 May 2000 14:44:01 +0000 Subject: allow `-' in exclusion lists for _arguments, to avoid completing all options (11121) --- Doc/Zsh/compsys.yo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 7df485767..b3402d664 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2925,9 +2925,10 @@ argument will not be offered as possible completions if the option the argument described by the specification will not be offered if the option tt(-foo) is on the line. Also, the list may contain a single star as one of its elements to specify that the description for the -rest arguments should not be used and it may contain a colon to +rest arguments should not be used, a colon to specify that the descriptions for all normal (non-option-) arguments -should not be used. +should not be used and a hyphen to specify that the descriptions for +all options should not be used. In each of the cases above, the var(action) says how the possible completions should be generated. In cases where only one of a fixed -- cgit 1.4.1