driver: Change a variable name to avoid squatting the highlighters' namespace.

Part of issue #329.
This commit is contained in:
Daniel Shahaf 2016-07-12 06:50:49 +00:00
parent d13da0cf00
commit 3e59ab41b6

View File

@ -81,7 +81,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