mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-06-16 11:36:15 +08:00
Merge 92bf311a64 into 1d85c69261
This commit is contained in:
commit
2c704935f9
@ -1538,7 +1538,7 @@ _zsh_highlight_main_highlighter_highlight_double_quote()
|
||||
(( i += 2 ))
|
||||
_zsh_highlight_main_highlighter_highlight_list $(( start_pos + i - 1 )) S $has_end $arg[i,-1]
|
||||
ret=$?
|
||||
(( i += REPLY ))
|
||||
(( i += $REPLY ))
|
||||
last_break=$(( start_pos + i ))
|
||||
reply=(
|
||||
$saved_reply
|
||||
|
||||
Loading…
Reference in New Issue
Block a user