Opened 7 years ago
Closed 7 years ago
#10637 closed enhancement (fixed)
zsh-5.5
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
Changes from 5.4.2 to 5.5
The effect of the NO_INTERACTIVE_COMMENTS option extends into $(...) and
...
command substitutions when used on the command line. Previously, comments were always recognized within command substitutions unless the comment character "#" was disabled via reset of $histchars.An alternative assignment syntax for indicating indices for arrays and keys for associative arrays:
is allowed for compatibility with other shells. In the case of normal arrays the new syntax can be mixed with the old.