Merge branch 'master' of github.com:nicoulaj/zsh-syntax-highlighting

Conflicts:
	zsh-syntax-highlighting.zsh
This commit is contained in:
Julien Nicoulaud 2011-06-12 23:04:33 +02:00
commit 55e6a85fbb

View file

@ -64,6 +64,7 @@ _zsh_highlight()
# Remove what was stored in its cache from region_highlight.
cache_place="_zsh_highlight_${highlighter}_highlighter_cache"
[[ ${#${(P)cache_place}} -gt 0 ]] && region_highlight=(${region_highlight:#(${(P~j.|.)cache_place})})
fi
done