Compare commits

...

3 Commits

Author SHA1 Message Date
Vollia 46a92c1e05
Merge 92bf311a64 into c4d9559184 2026-08-09 23:32:44 +05:30
Colin Kinloch c4d9559184 main: Add systemd run0 equivalent to sudo 2026-08-07 12:11:51 -07:00
Charles Gueunet 92bf311a64 Add a missing "$" on a variable usage 2022-12-14 10:02:19 +01:00
1 changed files with 2 additions and 1 deletions

View File

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