about summary refs log tree commit diff
path: root/Doc/Zsh
diff options
context:
space:
mode:
authorAtte Peltomäki <koston@iki.fi>2023-07-20 13:52:08 +0300
committerOliver Kiddle <opk@zsh.org>2023-09-20 20:17:09 +0200
commitd92b1a3547e4d7e602316e12f0a896356579c1ab (patch)
treeac12bf6bafc30b198279923716d89d69248e194b /Doc/Zsh
parentbfc419e0c6dcc796b5171ae6c316fd60ffab8030 (diff)
downloadzsh-d92b1a3547e4d7e602316e12f0a896356579c1ab.tar.gz
zsh-d92b1a3547e4d7e602316e12f0a896356579c1ab.tar.xz
zsh-d92b1a3547e4d7e602316e12f0a896356579c1ab.zip
51980: Add glob qualifier grouping operator to completion
Also improve wording in documentation to make glob qualifier grouping
easier to find by explicit use of terms 'logical OR' and 'logical AND'.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/expn.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 5be40bf25..86a5f70c8 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -3117,9 +3117,10 @@ so both can be used on the same glob expression; for example by writing
 )
 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).  Some qualifiers,
+Multiple consecutive qualifiers are joined into a list by implicit logical AND.
+More than one of these lists can be combined using comma `tt(,)' as logical OR.
+The whole list matches if at least one of the sublists matches.
+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