'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
parent f7ccc3194d
commit 06ae6f9fce

View File

@ -259,7 +259,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