mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-08-13 03:30:54 +02:00
48522: README: Clarify _alternative change
This commit is contained in:
parent
3b631babec
commit
9dc195120c
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2021-04-13 Tim Lee <progscriptclone@gmail.com>
|
||||||
|
|
||||||
* 48525: Misc/vcs_info-examples: vcs_info git docs: ahead/behind
|
* 48525: Misc/vcs_info-examples: vcs_info git docs: ahead/behind
|
||||||
|
|
4
README
4
README
|
@ -150,7 +150,9 @@ and in the double-parentheses and 'let' arithmetic commands.
|
||||||
|
|
||||||
3) _alternative now correctly handles the same (...) action syntax as
|
3) _alternative now correctly handles the same (...) action syntax as
|
||||||
_arguments; this may necessitate quoting/escaping in calls to _alternative
|
_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
|
Incompatibilities between 5.5.1 and 5.6.2
|
||||||
------------------------------------------
|
------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue