mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
Merge branch 'master' into readme-changes
This commit is contained in:
commit
ccf9462f97
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
[](https://www.patreon.com/psprint)
|
||||
[](https://www.paypal.me/ZdharmaInitiative)
|
||||
|
||||
|
|
|
|||
|
|
@ -494,7 +494,8 @@ typeset -ga ZLAST_COMMANDS
|
|||
fi
|
||||
|
||||
(( this_word & 1 )) && {
|
||||
active_command=$__arg
|
||||
# !in_redirection needed particularly for exec {A}>b {C}>d
|
||||
(( !in_redirection )) && active_command=$__arg
|
||||
_mybuf=${aliases[$active_command]:-$active_command}
|
||||
[[ -n ${FAST_HIGHLIGHT[chroma-${_mybuf%% *}]} ]] && {
|
||||
__list=( ${(z@)_mybuf} )
|
||||
|
|
|
|||
Loading…
Reference in a new issue