This commit is contained in:
CharlesGueunet 2024-11-22 14:16:04 +00:00 committed by GitHub
commit 8d60a0fac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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