about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-13 11:43:27 +0000
committerdana <dana@dana.is>2021-04-13 16:54:03 -0500
commit9dc195120cf4e01cd0068f90db12fc9a7eb522b5 (patch)
tree92478c3c3fdfd30255de5f04b162d772caca2759 /README
parent3b631babec67c15c893c0d31f8aaaaaa06ca8cfa (diff)
downloadzsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.tar.gz
zsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.tar.xz
zsh-9dc195120cf4e01cd0068f90db12fc9a7eb522b5.zip
48522: README: Clarify _alternative change
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 5e3b8cc59..76bf4ec35 100644
--- a/README
+++ b/README
@@ -150,7 +150,9 @@ and in the double-parentheses and 'let' arithmetic commands.
 
 3) _alternative now correctly handles the same (...) action syntax as
 _arguments; this may necessitate quoting/escaping in calls to _alternative
-and _regex_arguments that wasn't previously required.
+and _regex_arguments that wasn't previously required.  See
+https://zsh.org/workers/48414 (commit zsh-5.8-348-g2c000ee7b) for details
+and an example.
 
 Incompatibilities between 5.5.1 and 5.6.2
 ------------------------------------------