Browse Source

'main': Fix $flags_sans_argument for 'nice'.

Follow-up to 2c15b0e996 ("Learn $flags_sans_arguments…").
pull/550/head
Daniel Shahaf 6 years ago
committed by Matthew Martin
parent
commit
e43e4fd2c7
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

@ -261,7 +261,7 @@ _zsh_highlight_highlighter_main_paint()
local -A precommand_options
precommand_options=(
'command' :pvV # as of zsh 5.4.2
'nice' n # as of current POSIX spec
'nice' n: # as of current POSIX spec
'sudo' Cgprtu:AEHKPSVbhiklnsv # as of sudo 1.8.21p2
'doas' aCu:Lns # as of OpenBSD's doas(1) dated September 4, 2016
'builtin' '' # as of zsh 5.4.2

Loading…
Cancel
Save