Compare commits
2 Commits
e83c36bb73
...
46a92c1e05
| Author | SHA1 | Date |
|---|---|---|
|
|
46a92c1e05 | |
|
|
92bf311a64 |
|
|
@ -1539,7 +1539,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