Skip to content

Commit fdf682a

Browse files
committed
'main': Expand comment.
1 parent f564d11 commit fdf682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highlighters/main/main-highlighter.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ _zsh_highlight_main_highlighter_highlight_list()
665665
[[ ${parameter_name} =~ ^${~parameter_name_pattern}$ ]] &&
666666
(( ${+parameters[(e)${MATCH}]} )) && [[ ${parameters[(e)$MATCH]} != *special* ]]
667667
then
668-
# Set $arg.
668+
# Set $arg and update $res.
669669
case ${(tP)MATCH} in
670670
(*array*|*assoc*)
671671
words=( ${(P)MATCH} )

0 commit comments

Comments
 (0)