Compare commits
3 Commits
2c704935f9
...
46a92c1e05
| Author | SHA1 | Date |
|---|---|---|
|
|
46a92c1e05 | |
|
|
c4d9559184 | |
|
|
92bf311a64 |
|
|
@ -354,6 +354,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
'pkexec' '' # doesn't take short options; immune to #121 because it's usually not passed --option flags
|
||||||
# Not listed: -h, which has two different meanings.
|
# Not listed: -h, which has two different meanings.
|
||||||
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
'sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
|
||||||
|
'run0' ugD:h # systemd 256.6
|
||||||
'stdbuf' ioe:
|
'stdbuf' ioe:
|
||||||
'eatmydata' ''
|
'eatmydata' ''
|
||||||
'catchsegv' ''
|
'catchsegv' ''
|
||||||
|
|
@ -1538,7 +1539,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