'main': Expand comment.

This commit is contained in:
Daniel Shahaf 2020-03-15 18:14:39 +00:00
parent f564d11a41
commit fdf682a2f9

View file

@ -665,7 +665,7 @@ _zsh_highlight_main_highlighter_highlight_list()
[[ ${parameter_name} =~ ^${~parameter_name_pattern}$ ]] &&
(( ${+parameters[(e)${MATCH}]} )) && [[ ${parameters[(e)$MATCH]} != *special* ]]
then
# Set $arg.
# Set $arg and update $res.
case ${(tP)MATCH} in
(*array*|*assoc*)
words=( ${(P)MATCH} )