-fast-theme.ch: Support here-string

This commit is contained in:
Sebastian Gniazdowski 2019-12-30 03:28:41 +01:00
parent 94cfb6ffc3
commit 6495273ee8

View file

@ -8,6 +8,8 @@ local __style
if (( __first_call )); then
FAST_HIGHLIGHT[chroma-fast-theme-first]=0
return 1
elif (( in_redirection > 0 || this_word & 128 )) || [[ $__wrd == "<<<" ]]; then
return 1
elif (( ${FAST_HIGHLIGHT[chroma-fast-theme-first]} )) || [[ $__wrd = -* ]]; then
return 1
else