41736: NO_INTERACTIVE_COMMENTS in $(...)

This commit is contained in:
Barton E. Schaefer
2017-09-20 10:17:59 -07:00
parent 2c41dc0b2e
commit d1914c5af4
3 changed files with 16 additions and 1 deletions

8
NEWS
View File

@@ -4,6 +4,14 @@ CHANGES FROM PREVIOUS VERSIONS OF ZSH
Note also the list of incompatibilities in the README file.
Changes from 5.4 to 5.4.3
-------------------------
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.
Changes from 5.3.1 to 5.4
-------------------------