#10637: zsh-5.5
-------------------------+-----------------------
 Reporter:  bdubbs       |       Owner:  bdubbs
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  8.3
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by bdubbs):

 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:
 {{{
 typeset -a array=([1]=first [2]=second)
 typeset -A assoc=([key1]=val1 [key2]=val2)
 }}}
 is allowed for compatibility with other shells.  In the case of normal
 arrays the new syntax can be mixed with the old.

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/10637#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to