parse.zsh: Unneeded ';' at end of line

This commit is contained in:
Sebastian Gniazdowski 2016-10-16 08:39:33 +02:00
parent ac8674bc9b
commit 2fff438589

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