mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
driver: Followup to 80148f6c84: don't squat on the highlighters' namespace.
This commit is contained in:
parent
f3242cbd6a
commit
f91a7b885e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ _zsh_highlight()
|
|||
local highlighter; for highlighter in $ZSH_HIGHLIGHT_HIGHLIGHTERS; do
|
||||
|
||||
# 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}
|
||||
|
||||
# If highlighter needs to be invoked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue