mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-01-30 09:47:13 +08:00
Add a missing "$" on a variable usage
This commit is contained in:
parent
b2c910a85e
commit
92bf311a64
@ -1537,7 +1537,7 @@ _zsh_highlight_main_highlighter_highlight_double_quote()
|
|||||||
(( i += 2 ))
|
(( i += 2 ))
|
||||||
_zsh_highlight_main_highlighter_highlight_list $(( start_pos + i - 1 )) S $has_end $arg[i,-1]
|
_zsh_highlight_main_highlighter_highlight_list $(( start_pos + i - 1 )) S $has_end $arg[i,-1]
|
||||||
ret=$?
|
ret=$?
|
||||||
(( i += REPLY ))
|
(( i += $REPLY ))
|
||||||
last_break=$(( start_pos + i ))
|
last_break=$(( start_pos + i ))
|
||||||
reply=(
|
reply=(
|
||||||
$saved_reply
|
$saved_reply
|
||||||
|
Loading…
Reference in New Issue
Block a user