mirror of
https://github.com/zdharma-continuum/fast-syntax-highlighting.git
synced 2026-09-10 07:16:18 -04:00
parent
a4452c7504
commit
ef78ab1799
|
|
@ -867,7 +867,8 @@ typeset -ga ZLAST_COMMANDS
|
|||
else
|
||||
__idx=0
|
||||
fi
|
||||
-fast-highlight-process "$PREBUFFER" ${${__arg%[\'\"]}#[\'\"]} $(( _start_pos + 1 ))
|
||||
(( _start_pos-__PBUFLEN >= 0 )) && \
|
||||
-fast-highlight-process "$PREBUFFER" ${${__arg%[\'\"]}#[\'\"]} $(( _start_pos + 1 ))
|
||||
(( __idx )) && FAST_THEME_NAME=$_mybuf
|
||||
already_added=1
|
||||
else
|
||||
|
|
@ -945,7 +946,8 @@ typeset -ga ZLAST_COMMANDS
|
|||
else
|
||||
__idx=0
|
||||
fi
|
||||
-fast-highlight-process "$PREBUFFER" ${${__arg%[\`]}#[\`]} $(( _start_pos + 1 ))
|
||||
(( _start_pos-__PBUFLEN >= 0 )) && \
|
||||
-fast-highlight-process "$PREBUFFER" "${${__arg%[\`]}#[\`]}" $(( _start_pos + 1 ))
|
||||
(( __idx )) && FAST_THEME_NAME=$_mybuf
|
||||
already_added=1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue