-scp.ch: Support here-string

This commit is contained in:
Sebastian Gniazdowski 2019-12-30 03:31:48 +01:00
parent 19ec8c375b
commit aefdd1b6d6

View file

@ -38,6 +38,10 @@ local -a __results
# "starts new command", if so pass-through chroma ends
[[ "$__arg_type" = 3 ]] && return 2
if (( in_redirection > 0 || this_word & 128 )) || [[ $__wrd == "<<<" ]]; then
return 1
fi
if [[ "$__wrd" = -* ]]; then
# Detected option, add style for it.
[[ "$__wrd" = --* ]] && __style=${FAST_THEME_NAME}double-hyphen-option || \