File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -329,15 +329,15 @@ _zsh_highlight_highlighter_main_paint()
329
329
' doas' aCu:Lns # as of OpenBSD's doas(1) dated September 4, 2016
330
330
' nice' n: # as of current POSIX spec
331
331
' pkexec' ' ' # doesn't take short options; immune to #121 because it's usually not passed --option flags
332
- # Argumentless flags that can't be followed by a command : -e -h -K -k -V -v
333
- ' sudo' Cgprtu:AEHPSbilns # as of sudo 1.8.21p2
332
+ # Not listed : -h, which has two different meanings.
333
+ ' sudo' Cgprtu:AEHPSbilns:eKkVv # as of sudo 1.8.21p2
334
334
' stdbuf' ioe:
335
335
' eatmydata' ' '
336
336
' catchsegv' ' '
337
337
' nohup' ' '
338
338
' setsid' :wc
339
- # As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
340
- ' ssh-agent' aEPt:csDd
339
+ # As of OpenSSH 8.1p1
340
+ ' ssh-agent' aEPt:csDd:k
341
341
# suckless-tools v44
342
342
# Argumentless flags that can't be followed by a command: -v
343
343
' tabbed' gnprtTuU:cdfhs
Original file line number Diff line number Diff line change @@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
35
35
expected_region_highlight=(
36
36
' 1 4 precommand' # sudo
37
37
' 6 7 single-hyphen-option' # -e
38
- ' 9 23 default "issue #678" ' # /does/not/exist
38
+ ' 9 23 default' # /does/not/exist
39
39
)
You can’t perform that action at this time.
0 commit comments