1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-07 18:02:04 +02:00

53633: docs: add note about compadd -o requiring explicit group name

rewording of https://github.com/zsh-users/zsh/pull/135
This commit is contained in:
RocketDev 2025-05-19 11:26:12 +08:00 committed by dana
parent f24958a7ab
commit d02b58b96a
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2025-05-19 dana <dana@dana.is>
* with RocketDev: 53633 (see github #135): Doc/Zsh/compwid.yo:
add note about `compadd -o` requiring explicit group name
2025-05-18 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted (mentioned on github #134):

View file

@ -545,7 +545,9 @@ This controls the order in which matches are sorted. var(order) is a
comma-separated list comprising the following possible values. These values
can be abbreviated to their initial two or three characters. Note that the
order forms part of the group name space so matches with different orderings
will not be in the same group.
will not be in the same group; additionally, since ordering flags are not
respected on the default group, a group name must be given explicitly. See
tt(-J) and tt(-V) below.
startitem()
item(tt(match))(