1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-28 16:15:02 +01:00

48522: README: Clarify _alternative change

This commit is contained in:
Daniel Shahaf 2021-04-13 11:43:27 +00:00 committed by dana
parent 3b631babec
commit 9dc195120c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2021-04-13 dana <dana@dana.is>
* Daniel Shahaf: 48522: README: Clarify _alternative change
2021-04-13 Tim Lee <progscriptclone@gmail.com>
* 48525: Misc/vcs_info-examples: vcs_info git docs: ahead/behind

4
README
View file

@ -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
------------------------------------------