'main': precommands += chronic, ifne (from moreutils)

Fixes #681.
This commit is contained in:
Daniel Shahaf 2020-02-17 10:20:13 +00:00
parent dde84e1b25
commit 52ea5c686a

View file

@ -327,7 +327,15 @@ _zsh_highlight_highlighter_main_paint()
# suckless-tools v44
# Argumentless flags that can't be followed by a command: -v
'tabbed' gnprtTuU:cdfhs
# moreutils 0.62-1
'chronic' :ev
'ifne' :n
)
# Commands that would need to skip one positional argument:
# flock
# ssh
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then
local right_brace_is_recognised_everywhere=false