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

Follow-up to 2c15b0e996 ("Learn $flags_sans_arguments…").
This commit is contained in:
Daniel Shahaf 2018-01-13 14:21:30 +00:00 committed by Matthew Martin
parent a56c33c3be
commit e43e4fd2c7

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