mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-08 15:51:34 +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:
parent
f24958a7ab
commit
d02b58b96a
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
2025-05-18 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
* unposted (mentioned on github #134):
|
* unposted (mentioned on github #134):
|
||||||
|
|
|
@ -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
|
comma-separated list comprising the following possible values. These values
|
||||||
can be abbreviated to their initial two or three characters. Note that the
|
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
|
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()
|
startitem()
|
||||||
item(tt(match))(
|
item(tt(match))(
|
||||||
|
|
Loading…
Reference in a new issue