From 0f2250de44f1d753d7d9dc7e0d4f8927137bd956 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 5 Oct 2000 07:31:00 +0000 Subject: complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892) --- Doc/Zsh/compsys.yo | 5 +++-- Doc/Zsh/expn.yo | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 6715c091f..75eedcc9e 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1010,9 +1010,10 @@ components after the first ambiguous one. ) kindex(fake, completion style) item(tt(fake))( -Currently, this style is only used when completing files and lookup up +Currently, this style is only used when completing files and looked up with the tag tt(files). Its values are of the form -`var(dir)tt(:)var(names...)'. This will add the var(names) as +`var(dir)tt(:)var(names...)'. This will add the var(names) (strings +separated by spaces) as possible matches when completing in the directory var(dir), even if no such files really exist. diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 91b78b7fd..9c6c9e54e 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1748,7 +1748,11 @@ enditem() More than one of these lists can be combined, separated by commas. The whole list matches if at least one of the sublists matches (they are -`or'ed, the qualifiers in the sublists are `and'ed). +`or'ed, the qualifiers in the sublists are `and'ed). Some qualifiers, +however, affect all matches generated, independent of the sublist in +which they are given. These are the qualifiers `tt(M)', `tt(T)', +`tt(N)', `tt(D)', `tt(n)', `tt(o)', `tt(O)' and the subscripts given +in brackets (`tt([...])'). If a `tt(:)' appears in a qualifier list, the remainder of the expression in parenthesis is interpreted as a modifier (see noderef(Modifiers) -- cgit 1.4.1