mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-01 21:51:40 +02:00
53808: docs: clarify Yn globqual explanation
This commit is contained in:
parent
19767e1129
commit
b35c4f956c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2025-08-16 dana <dana@dana.is>
|
||||
|
||||
* 53808: Doc/Zsh/expn.yo: clarify Yn globqual explanation
|
||||
|
||||
2025-08-07 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* 53827: Completion/Debian/Command/_sbuild: fix/update _sbuild
|
||||
|
|
|
@ -3083,7 +3083,9 @@ enables short-circuit mode: the pattern will expand to at most var(n)
|
|||
filenames. If more than var(n) matches exist, only the first var(n)
|
||||
matches in directory traversal order will be considered.
|
||||
|
||||
Implies tt(oN) when no tt(o)var(c) qualifier is used.
|
||||
Any sorting specified with an tt(o)var(c) or tt(O)var(c) qualifier is
|
||||
applied em(after) the var(n) matches are returned; tt(oN) is implied
|
||||
otherwise.
|
||||
)
|
||||
item(tt(o)var(c))(
|
||||
specifies how the names of the files should be sorted. The following values
|
||||
|
|
Loading…
Reference in a new issue