mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
*-highlight: Fix removal of trailing "/' when recursing in eval
This commit is contained in:
parent
4f61938ab5
commit
df92fedff5
|
|
@ -642,7 +642,7 @@ typeset -ga ZLAST_COMMANDS
|
|||
else
|
||||
__idx=0
|
||||
fi
|
||||
-fast-highlight-process "$PREBUFFER" "${__arg[2,__asize-1]}" "$(( _start_pos + 1 ))"
|
||||
-fast-highlight-process "$PREBUFFER" "${__arg[2,__asize]%[\'\"]}" "$(( _start_pos + 1 ))"
|
||||
(( __idx )) && FAST_THEME_NAME="$_mybuf"
|
||||
already_added=1
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue