'main': Support tabbed(1) from suckless-tools

This commit is contained in:
Daniel Shahaf 2020-01-22 04:44:27 +00:00
parent 9bf06c5c2a
commit e2e97dde9c

View file

@ -323,6 +323,8 @@ _zsh_highlight_highlighter_main_paint()
'setsid' :wc 'setsid' :wc
# As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command # As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
'ssh-agent' aEPt:csDd 'ssh-agent' aEPt:csDd
# suckless-tools v44
'tabbed' gnprtTuU:cdfhsv
) )
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then