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 | 0662164f13dc1df9ca2cdf1b5ab78d297eed51d1 (diff) | |
download | zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.gz zsh-2fbc131ca81470a6b9aa077578f2eb58a7e8e008.tar.xz 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
diff --git a/README b/README index fd0537620..3eb6a1e28 100644 --- a/README +++ b/README @@ -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 |