diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 16:11:29 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-11-17 16:11:29 +0000 |
| commit | 2fbc131ca81470a6b9aa077578f2eb58a7e8e008 (patch) | |
| tree | e4299db3af1599c149ef6c3ecd484b8dc8f860b0 /README | |
| parent | 26053: handle --help output like "--[fetch]all" (diff) | |
| download | zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.gz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.bz2 zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.lz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.xz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.zst zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.zip | |
26055: ensure process substitution is handled before parameter and command
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -74,11 +74,9 @@ were only handled if they appeared as separate command arguments. (However, the latter two forms caused the current argument to be terminated and a new one started even if they occurred in the middle of a string.) Now all three may be followed by other strings, and the -latter two may also be preceeded by other strings. None may occur inside -parameter substitutions, or inside parentheses used for grouping of -patterns, in order to avoid clashes with cases where -tt(<) or tt(>) were not treated specially in previous versions of the -shell. +latter two may also be preceeded by other strings. Remaining +limitations on their use (to reduce incompatibilities to a minimum) +are documented in the zshexpn.1 manual. In previous versions of the shell it was possible to use index 0 in an array or string subscript to refer to the same element as index 1 if the |
