driver: Followup to 80148f6c84
: don't squat on the highlighters' namespace.
This commit is contained in:
parent
f3242cbd6a
commit
f91a7b885e
@ -88,7 +88,7 @@ _zsh_highlight()
|
|||||||
local highlighter; for highlighter in $ZSH_HIGHLIGHT_HIGHLIGHTERS; do
|
local highlighter; for highlighter in $ZSH_HIGHLIGHT_HIGHLIGHTERS; do
|
||||||
|
|
||||||
# eval cache place for current highlighter and prepare it
|
# eval cache place for current highlighter and prepare it
|
||||||
cache_place="_zsh_highlight_highlighter_${highlighter}_cache"
|
cache_place="_zsh_highlight__highlighter_${highlighter}_cache"
|
||||||
typeset -ga ${cache_place}
|
typeset -ga ${cache_place}
|
||||||
|
|
||||||
# If highlighter needs to be invoked
|
# If highlighter needs to be invoked
|
||||||
|
Loading…
Reference in New Issue
Block a user