*highlight: Small change – more explicit array expansion, with [@]

This commit is contained in:
Sebastian Gniazdowski 2016-10-15 15:48:17 +02:00
parent c04b09873a
commit fd31ffc605

View file

@ -78,7 +78,7 @@ typeset -gA HSMW_HIGHLIGHT_STYLES
fi
fi
if (( $#options_to_set )); then
setopt localoptions $options_to_set;
setopt localoptions "${options_to_set[@]}";
fi
unset REPLY
if zmodload -e zsh/parameter; then