bracket highlighter: fix typo from last commit

This commit is contained in:
Andreas Gahr 2011-08-08 15:51:40 +02:00
parent e1ed255c0a
commit 24243becba

View file

@ -87,7 +87,7 @@ _zsh_highlight_brackets_highlighter()
done
# If cursor is on a bracket, then highlight corresponding bracket, if any
pos=CURSOR
pos=$CURSOR
if [[ -n $levelpos[$pos] ]] && [[ -n $matching[$pos] ]]; then
local otherpos=$matching[$pos]
region_highlight+=("$otherpos $((otherpos + 1)) standout")