Browse Source

Merge 92bf311a64 into e0165eaa73

pull/908/merge
CharlesGueunet 8 months ago
committed by GitHub
parent
commit
0c1c7c644f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      highlighters/main/main-highlighter.zsh

+ 1
- 1
highlighters/main/main-highlighter.zsh View File

@ -1537,7 +1537,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…
Cancel
Save